Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDriverWait Throwing TimeoutException #49

Open
supportremovedigital opened this issue Jul 27, 2024 · 0 comments
Open

WebDriverWait Throwing TimeoutException #49

supportremovedigital opened this issue Jul 27, 2024 · 0 comments

Comments

@supportremovedigital
Copy link

I keep receiving TimeoutException whenever I call WebDriverWait and wait for it to finish.
I already adjusted the WAIT variable to about 2minutes and still the same error

I use Chrome Driver and have my own bought proxies.

for selector in SELECTORS['next']: print("Click Next Button "+selector) time.sleep(WAIT) try: create_input = WebDriverWait(driver, WAIT).until(EC.element_to_be_clickable((By.XPATH, selector))) time.sleep(WAIT) create_input.click() break except Exception as e: print(type(e).__name__) pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant