-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!G-chromedriverRequires fixes in ChromeDriverRequires fixes in ChromeDriverI-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
Google chrome updated to 133.0.6943.99
So I update chrome driver to chromedriver-win64_133.0.6943.98
Now this call to wait for a second window generates a Timeout Exception.
The browser does open a new tab with the expected results but Selenium does not see it and generates a timeout.
WebDriverWait(driver, 20).until(EC.number_of_windows_to_be(2))
generates TimeoutException with no msg.
Only thing that changed was an update to chrome and the chrome web driver.
How can we reproduce the issue?
need a site that opens another tab/window.
Call
WebDriverWait(driver, 20).until(EC.number_of_windows_to_be(2))Relevant log output
No log Just timeout exception.Operating System
Windows 11
Selenium version
Pyhton 3.10.2 Selenium version: 3.141.0
What are the browser(s) and version(s) where you see this issue?
Chrome 133.0.6943.99
What are the browser driver(s) and version(s) where you see this issue?
chromedriver-win64_133.0.6943.98
Are you using Selenium Grid?
Yes, but duplicated results with and with out grid.
d3z-the-dev
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!G-chromedriverRequires fixes in ChromeDriverRequires fixes in ChromeDriverI-defectSomething is not working as intendedSomething is not working as intended