Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Limit the waitFor to use the script timeout #31

Closed briangough closed 10 years ago

briangough commented 10 years ago

Allow the waitFor steps to be controlled with the script timeout using process.hrtime()

Zarkonnen commented 10 years ago

Looks good. Thanks for the improvement!