Click or drag to resize

WaitHelper Methods

Framework to automate tests using Selenium WebDriver

The WaitHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleWait(FuncBoolean, TimeSpan, String) Wait for a condition with given timeout.
Public methodStatic memberCode exampleWait(FuncBoolean, TimeSpan, TimeSpan) Wait for a condition with given timeout and timeInterval.
Public methodStatic memberCode exampleWait(FuncBoolean, TimeSpan, TimeSpan, String) Wait for a condition with given timeout and timeInterval.
Top
See Also