![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowPuppeteerWorkflow | WithWorkflow (Action< RESTClient > workflow) |
| IAllowPuppeteerWorkflow | WhileLoopTimeout (int timeoutMs) |
| IAllowPuppeteerWorkflow | WhileLoopMaxIterations (int maxIterations) |
| IAllowPuppeteerParametersOrExecution | While (Func< bool > condition) |
| IAllowPuppeteerParametersOrExecution | Until (Func< bool > condition) |
Definition at line 1296 of file Interfaces.cs.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerWorkflow.Until | ( | Func< bool > | condition | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerWorkflow.While | ( | Func< bool > | condition | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WhileLoopMaxIterations | ( | int | maxIterations | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WhileLoopTimeout | ( | int | timeoutMs | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WithWorkflow | ( | Action< RESTClient > | workflow | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.