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
I don't think, by contract, page MUST be loaded after
driver.executeScript("window.open(url, 'newWindow')");
driver.switchTo().window("newWindow");
returns. This has been flaky with Chrome on Windows XP, specifically.
0 commit comments