Interface IAllowWaitFor
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowWaitFor
Methods
WaitFor(Selector)
Declaration
IAllowAfterWaitFor WaitFor(Selector waitForSelector)
Parameters
| Type | Name | Description |
|---|---|---|
| Selector | waitForSelector |
Returns
| Type | Description |
|---|---|
| IAllowAfterWaitFor |
WaitFor(Int32)
Declaration
IAllowAfterWaitFor WaitFor(int waitForTimeInMilliseconds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | waitForTimeInMilliseconds |
Returns
| Type | Description |
|---|---|
| IAllowAfterWaitFor |