question

MohamedY-9144 avatar image
0 Votes"
MohamedY-9144 asked YuZhou-MSFT commented

Running SE on Edge using IE compability

Hi guys,

Part of the research I’m doing with regards to the phasing out of Internet Explorer and transitioning to Edge, is to find out whether we can execute our automated scripts on Edge. This work is specifically for the execution of the scripts, not development.


Unfortunately there is no way to programmatically enable compatibility mode in the Edge browser. However, it is possible to set those values manually and I believe through changes in the Group Policy.


I wanted to reach out to you guys to give you the heads-up on how important this work is; and to ask for your support to get some resources aligned to help us out.


What I suspect we need to do is, to create a special policy group entry –whether by name or any other parameter … I’m not sure, that would launch the browser in compatibility mode by default. Once this is accomplished, then I would modify my automation scripts to launch the browser (Edge) and log into one of our Test environments (QR3, QR4, etc.) and then attempt to execute our regular tests.


If we are successful in executing tests on the Edge browser under compatibility mode, then we would take those settings and apply them to the Jenkins servers (master and slave), and then test whether the Jenkins server behave the same way.

This being said, we have tried Use Internet Explorer Driver to automate IE mode in Microsoft Edge - Microsoft Edge Development | Microsoft Docs and RWEHMs (microsoft.com) as well as using setting-default and running it compability mode. but everything fails, please help

ms-edge
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MohamedY-9144

Do you want to automate IE mode in Edge using Selenium?

The only way to automate IE mode in Edge is using Internet Explorer Driver. From your description, it seems that you have checked the official doc and tried this way. You say it fails, could you please elaborate more about how does it fail? Could you please provide your steps to use it and tell us in which step it fails? Is there any error showing when you execute the automation script?

0 Votes 0 ·

0 Answers