Selenium IDE - Command to wait for 5 seconds

LaPhi picture LaPhi · Jul 14, 2011 · Viewed 218.1k times · Source

I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want to test a website with a embedded external map. This external map needs 3-5 seconds to load.

My commands:

open /Page/mysite.html
//Wait Command? (5 seconds)
ClickAndWait link=do something

Answer

Adam Prax picture Adam Prax · Jul 14, 2011

Use the pause command and enter the number of milliseconds in the Target field.

Set speed to fastest (Actions --> Fastest), otherwise it won't work.