Forum Discussion
smartekworks
Oct 22, 2021Copper Contributor
Can not get new window handles in Edge IE Mode with Selenium
Hi, We're using Selenium to automate a web application in IE compatibility mode of Edge browsers, as the web app supports IE only as well as the end of support of IE. The problem is when a w...
johnjansen
Microsoft
Oct 25, 2021The change has been merged: https://github.com/SeleniumHQ/selenium/pull/9950 but I'm not sure when a new release of the IEDriverServer will be released. I wouldn't expect it will take very long.
-John
-John
dannyverb1110
Nov 16, 2021Copper Contributor
johnjansen Thanks for taking the time to help address this issue. Following this thread https://github.com/SeleniumHQ/selenium/issues/8868 the fix seems to work intermittently, I can't seem to get it to work for consecutive tests.
- johnjansenNov 16, 2021
Microsoft
thanks for calling my attention to the thread. I've commented there hoping for a repro we can use to test internally.