J
J
Julia Capybara2020-08-25 14:22:44
selenium
Julia Capybara, 2020-08-25 14:22:44

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

1 answer(s)
D
Daria Motorina, 2020-08-25
@glaphire

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 question

Ask a Question

731 491 924 answers to any question