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: 4.2.8+a9b8573c8e7a79d20d13aab3058972497cab0398
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