Answer the question
In order to leave comments, you need to log in
What is the Timed out after 30000ms error in Selenium IDE?
The task of making an entry:
Go from the main site to the authorization form, fill in the "Phone" and "Password" fields and confirm the authorization.
I record with the Selenium IDE recorder, and then I play it back and bugs immediately appear:
Failed: Implicit Wait timed out after 30000ms
After this step, it does not go any further.
Answer the question
In order to leave comments, you need to log in
Elements need time to render and fulfill conditions. Implicit waiting sets the default wait for any element. Most likely the element has the wrong selector in the Selenium IDE script
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question