Skip to content

[πŸ› Bug]: Chrome driver 133.0.6943.98 switching windows and closing windows generates unknow expectionΒ #15299

@eliira71

Description

@eliira71

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!G-chromedriverRequires fixes in ChromeDriverI-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions