IE mode support on Edge #28646
Unanswered
Ifera
asked this question in
Questions and Help
Replies: 1 comment
-
hi @Ifera were you able to resolve this? I am also working on a similar project, but the IE mode is not getting enabled for me, despite many attempts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Backstory
I am working for a client who wants their legacy app automated using Cypress. Now that app only works on Edge in IE mode and no other browser. They are in the midst of developing a new app but for now would like to automate the testing of the legacy system.
Problem
The legacy site loads just fine on the normal Edge browser in IE mode but when the same app is accessed via Edge browser run by Cypress, it does not load since Edge does not switch into IE mode.
Things I have tried to get it work
I did the following steps in the Edge browser loaded by Cypress but to no avail.
Allow sites to be reloaded in Internet Explorer mode (IE mode)
toAllow
remote debugging
in Edge.Query
The above steps had no fruitful outcomes. Does Cypress support IE mode of Edge or no?
As seen in the screenshot below, the website loads in IE mode on Edge run manually:
But on cypress, this does not happen.
Beta Was this translation helpful? Give feedback.
All reactions