SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.74k stars 740 forks source link

IDE not working at all? #1692

Open Mizelle04 opened 11 months ago

Mizelle04 commented 11 months ago

I use selenium IDE to capture all my test and then run them firstly on selenium ide then through side runner.

currently I can run any test through the ide platform as it booms out with step one error- Trying to find css=.username .form-control... Failed: 08:38:04 Implicit Wait timed out after 30000ms

I'm am not sure how to trouble shoot or write tests now, can anyone help or guide how to capture the test cases now and trouble shoot ?

toddtarsi commented 11 months ago

@Mizelle04 - Is this on v3 or v4?

toddtarsi commented 11 months ago

@Mizelle04 - Generally, before you locate any elements, you should have a command to open a url I believe.