We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the command, I'm getting this timeout error when trying to login. Is it a selenium issue?
2021-03-04 02:58:22,107 [PID 10332] [Thread 4762574336] [INFO] [root] Failed to login due to timeout. Retrying... 2021-03-04 02:58:27,128 [PID 10332] [Thread 4762574336] [ERROR] [root] Error dialog did not load, proceed. Error: Message: Traceback (most recent call last): File "main.py", line 247, in retry_login wait_until_visible(driver=driver, xpath=xpath, duration=5) File "main.py", line 589, in wait_until_visible WebDriverWait(driver, duration, frequency).until(EC.visibility_of_element_located((By.XPATH, xpath))) File "/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run the command, I'm getting this timeout error when trying to login. Is it a selenium issue?
2021-03-04 02:58:22,107 [PID 10332] [Thread 4762574336] [INFO] [root] Failed to login due to timeout. Retrying...
2021-03-04 02:58:27,128 [PID 10332] [Thread 4762574336] [ERROR] [root] Error dialog did not load, proceed. Error: Message:
Traceback (most recent call last):
File "main.py", line 247, in retry_login
wait_until_visible(driver=driver, xpath=xpath, duration=5)
File "main.py", line 589, in wait_until_visible
WebDriverWait(driver, duration, frequency).until(EC.visibility_of_element_located((By.XPATH, xpath)))
File "/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
The text was updated successfully, but these errors were encountered: