I recorded a script using the Selenium IDE extension for Firefox, and I would like to add the waitForCondition command. I see that it takes two arguments: script and timeout. In the Selenium IDE, I have 3 text fields for each command: the name of the command (I assume "waitForCondition"), purpose and value. Where and how should two arguments be placed in this interface?
source share