Click or drag to resize

WaitHelper Class

Framework to automate tests using Selenium WebDriver
Contains wait methods with timeouts.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersWaitHelper

Namespace: Ocaramba.Helpers
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public static class WaitHelper
Request Example

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