Interface IAllowWorkflowExecution
Assembly: GPAL.dll
Syntax
public interface IAllowWorkflowExecution : IAllowRunMode, IAllowRun
Methods
Until(Selector)
Declaration
IAllowBrowserActionOrAnySelector Until(Selector selector)
Parameters
Returns
Until(Func<Browser, Boolean>)
Declaration
IAllowBrowserActionOrAnySelector Until(Func<Browser, bool> predicate)
Parameters
| Type |
Name |
Description |
| System.Func<Browser, System.Boolean> |
predicate |
|
Returns
While(Func<Browser, Boolean>)
Declaration
IAllowBrowserActionOrAnySelector While(Func<Browser, bool> predicate)
Parameters
| Type |
Name |
Description |
| System.Func<Browser, System.Boolean> |
predicate |
|
Returns
WhileLoopMaxIterations(Int32)
Declaration
IAllowWorkflowExecution WhileLoopMaxIterations(int maxIterations)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maxIterations |
|
Returns
WhileLoopTimeout(Int32)
Declaration
IAllowWorkflowExecution WhileLoopTimeout(int timeoutMs)
Parameters
| Type |
Name |
Description |
| System.Int32 |
timeoutMs |
|
Returns