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?
waitForCondition
var value = selenium.getText("foo"); value.match(/bar/);
3000
Command: waitForCondition
Target: var value = selenium.getText("foo"); value.match(/bar/);
Value: 3000
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With