CA
equal-aqua

My Code Scratch

2023-12-02T21:40:35.188Z ERROR Cannot extract data from 2023-12-02T21:40:35.190Z Traceback (most recent call last): 2023-12-02T21:40:35.191Z File "/usr/src/app/src/main.py", line 50, in main 2023-12-02T21:40:35.192Z button = WebDriverWait(driver, 20).until( 2023-12-02T21:40:35.193Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-12-02T21:40:35.194Z File "/usr/local/lib/python3.11/site-packages/selenium/webdriver/support/wait.py", line 95, in until 2023-12-02T21:40:35.195Z raise TimeoutException(message, screen, stacktrace) 2023-12-02T21:40:35.196Z selenium.common.exceptions.TimeoutException: Message: 2023-12-02T21:40:35.198Z Stacktrace: please could someone help or give advice
2 Replies
like-gold
like-gold2y ago
Hi, could you please provide the code of your Actor? Or link to the Actor run on the platform? So I can replicate it. I cannot tell you anything based on this piece of traceback.
extended-salmon
extended-salmon2y ago
the element that your webdriverwait.until doesn't find the element that you are looking for so it times out

Did you find this page helpful?