![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowBrowserActionOrAnySelector | While (Func< Browser, bool > predicate) |
| IAllowBrowserActionOrAnySelector | Until (Selector selector) |
| IAllowBrowserActionOrAnySelector | Until (Func< Browser, bool > predicate) |
| IAllowWorkflowExecution | WhileLoopTimeout (int timeoutMs) |
| IAllowWorkflowExecution | WhileLoopMaxIterations (int maxIterations) |
| Public Member Functions inherited from GenerallyPositive.Browser.IAllowRun | |
| IAllowBrowserActionOrAnySelector | Run () |
Definition at line 868 of file Interfaces.cs.
| IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.Until | ( | Func< Browser, bool > | predicate | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.Until | ( | Selector | selector | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.While | ( | Func< Browser, bool > | predicate | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowWorkflowExecution GenerallyPositive.Browser.IAllowWorkflowExecution.WhileLoopMaxIterations | ( | int | maxIterations | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowWorkflowExecution GenerallyPositive.Browser.IAllowWorkflowExecution.WhileLoopTimeout | ( | int | timeoutMs | ) |
Implemented in GenerallyPositive.Browser.Browser.