Class webdriver.until.Condition.<OUT>

code »

Defines a condition to

Constructor

webdriver.until.Condition ( message, fn )
Parameters
message: string
A descriptive error message. Should complete the sentence "Waiting [...]"
fn: function(!webdriver.WebDriver): OUT
The condition function to evaluate on each iteration of the wait loop.
Show:

Instance Methods

Returns
A description of this condition.
code »fn ( )OUT

Instance Properties