[🐛 Bug]: Turn off remote debugging to open this site in IE mode otherwise it might not work as expected.
See original GitHub issueWhat happened?
When using dotnet Selenium 4 bindings with the IEServerDriver and Edge mode the MSEdge browser starts and visits the correct page but displays “Turn off remote debugging to open this site in IE mode otherwise it might not work as expected.”
How can we reproduce the issue?
var options = new InternetExplorerOptions
{
UnhandledPromptBehavior = UnhandledPromptBehavior.Dismiss,
IgnoreZoomLevel = true,
EnablePersistentHover = true,
PageLoadStrategy = PageLoadStrategy.Default,
AttachToEdgeChrome = true,
EdgeExecutablePath = @"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
};
options.SetLoggingPreference("driver", LogLevel.Warning);
options.SetLoggingPreference("browser", LogLevel.Warning);
Relevant log output
NA
Operating System
Windows 10
Selenium version
4
What are the browser(s) and version(s) where you see this issue?
Edge 94.0.992.47
What are the browser driver(s) and version(s) where you see this issue?
IEDriverServer 3.150.2.0
Are you using Selenium Grid?
NA
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Internet Explorer (IE) mode troubleshooting and FAQ
Error message : "Turn off remote debugging to open this site in IE mode otherwise it might not work as expected." You might...
Read more >Turn off remote debugging to open this site in internet explorer ...
Turn off remote debugging to open this site in internet explorer mode. Otherwise, it might not work as expected.
Read more >Edge Chromium cannot test pages in 'Internet Explorer mode
... also appears reading “Turn off remote debugging to open this site in Internet Explorer mode. Otherwise it might not work as expected”:...
Read more >How to Enable or Disable Internet Explorer Mode in Microsoft ...
Open Microsoft Edge browser and then click the (…) icon available on the top right and select 'Settings'. On the left menu, you...
Read more >Test IE mode in Microsoft Edge with Internet Explorer Driver
The Internet Explorer 11 desktop application has retired and is out of support as of June 15, 2022, for certain versions of Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s added by IE Driver as part of what is needed to work with Edge, so it’s as expected. Glad it is now working.
@titusfortner Tagging per your instruction in the channel.