vote up 1 vote down star

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?

flag

77% accept rate

2 Answers

vote up 1 vote down check

waitForCondition
var value = selenium.getText("foo"); value.match(/bar/);
3000
link|flag
When I attempt to do this through the IDE the field for "waitForCondition" is greyed out, and target and value fields cannot be edited. Am I attempting to use this in the wrong way? – Grundlefleck Feb 10 at 13:13
Never mind, I'm a moron :) – Grundlefleck Feb 10 at 21:42
vote up 0 vote down

is the really the answer to that? for IDE or thats a code your write in rc?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.