-
-
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!I-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
Current python version is 3.13.2
Current selenium version is 4.28.1
Current chrome version is latest. I literally just downloaded chrome
How can we reproduce the issue?
def main():
browser = Chrome()
browser.get('https://www.google.com')
if (WebDriverWait(browser, 3, ignored_exceptions=(TimeoutException, TimeoutError)).until(
EC.url_contains("atoz.com")
)):
print("Success")Relevant log output
It raises a timeout exception.Operating System
Windows 10
Selenium version
Python 3.13.2
What are the browser(s) and version(s) where you see this issue?
Chrome latest version
What are the browser driver(s) and version(s) where you see this issue?
Chrome latest version
Are you using Selenium Grid?
No
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended