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

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 ()

Detailed Description

Definition at line 868 of file Interfaces.cs.

Member Function Documentation

◆ Until() [1/2]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.Until ( Func< Browser, bool > predicate)

◆ Until() [2/2]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.Until ( Selector selector)

◆ While()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowWorkflowExecution.While ( Func< Browser, bool > predicate)

◆ WhileLoopMaxIterations()

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

◆ WhileLoopTimeout()

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

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