You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver.get("https://www.baidu.com");
String windowId = driver.getWindowHandle();
driver.switchTo().newWindow(WindowType.TAB);
driver.get("https://lizhi.shop");
driver.switchTo().window(windowId);
String title = driver.getTitle();
i got the title from Tab1, but the browser is still displays Tab2.
and i can not find any wrong in driver log.
How can we reproduce the issue?
this problem 100% occurrence on windows 10 64 bit (22H2), IE 11, any Edge Version(I tried 102-118),
java 11, source code :
What happened?
I use selenium-java 4.14.1 and 32 bit Windows IE Driver: IEDriverServer_Win32_4.14.0.zip
I created 2 Tabs with Edge in IE-mode: Tab1, Tab2
when i opened Tab2, and tried to switch to Tab1
and i can not find any wrong in driver log.
How can we reproduce the issue?
this problem 100% occurrence on windows 10 64 bit (22H2), IE 11, any Edge Version(I tried 102-118),
java 11, source code :
The text was updated successfully, but these errors were encountered: