Using waitForCondition ( script,timeout ) in Selenium IDE
Posted
by Alessandro Vernet
on Stack Overflow
See other posts from Stack Overflow
or by Alessandro Vernet
Published on 2009-02-02T20:52:20Z
Indexed on
2010/03/15
17:09 UTC
Read the original article
Hit count: 403
I recorded a script using the Selenium IDE extension for Firefox, and I would like to add the command waitForCondition. I see it takes two arguments: script and timeout. In Selenium IDE, I have 3 text fields for each command: the command name (I assume "waitForCondition"), the target, and the value. Where and how should I put the two arguments in this UI?
© Stack Overflow or respective owner