GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IAllowPuppeteerWorkflow Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IAllowPuppeteerWorkflow:
GenerallyPositive.Browser.IPuppeteerClient GenerallyPositive.Browser.PuppeteerClient

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)

Detailed Description

Definition at line 1296 of file Interfaces.cs.

Member Function Documentation

◆ Until()

IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerWorkflow.Until ( Func< bool > condition)

◆ While()

IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerWorkflow.While ( Func< bool > condition)

◆ WhileLoopMaxIterations()

IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WhileLoopMaxIterations ( int maxIterations)

◆ WhileLoopTimeout()

IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WhileLoopTimeout ( int timeoutMs)

◆ WithWorkflow()

IAllowPuppeteerWorkflow GenerallyPositive.Browser.IAllowPuppeteerWorkflow.WithWorkflow ( Action< RESTClient > workflow)

The documentation for this interface was generated from the following file: