User Profile
smartekworks
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Switch back to window does not bring it to foreground
Regarding the active tab handling, as far as I know previously in IE the switchTo.window() command will automatically bring the specific window to the foreground, while currently in Edge we have to do this manually. Is such tab activation process able to be done with webdriver, or do we have to reach other automation mechanisms? Similarly, we also came across the screenshot issue when we did the following commands: open a new window in a tab switch back to the old window, by switchTo.window() command (old window not brought to foreground) take screenshot of old window, ends up with black screen The IEDriverServer we're using is IEDriverServer_Win32_4.0.0.502Views0likes0CommentsCan 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 window is popped up, and we call the driver.getWindowHandles, we can not the the handle of the new window. The environment is as the following: Windows 10 19043.1288 + Edge 94.0.992.50 + IE 11 19043.1288 Selenium Server 3.141.59 IEDriverServer_Win32_3.150.0 Kindly please advise, thanks a lot!3.6KViews0likes5Comments
Groups
Recent Blog Articles
No content to show