Show / Hide Table of Contents

Interface IAllowWorkflowExecution

Inherited Members
IAllowRunMode.WithRunMode(Enums.RunMode)
IAllowRun.Run(Int32)
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowWorkflowExecution : IAllowRunMode, IAllowRun

Methods

Until(Selector)

Declaration
IAllowBrowserActionOrAnySelector Until(Selector selector)
Parameters
Type Name Description
Selector selector
Returns
Type Description
IAllowBrowserActionOrAnySelector

Until(Func<Browser, Boolean>)

Declaration
IAllowBrowserActionOrAnySelector Until(Func<Browser, bool> predicate)
Parameters
Type Name Description
System.Func<Browser, System.Boolean> predicate
Returns
Type Description
IAllowBrowserActionOrAnySelector

While(Func<Browser, Boolean>)

Declaration
IAllowBrowserActionOrAnySelector While(Func<Browser, bool> predicate)
Parameters
Type Name Description
System.Func<Browser, System.Boolean> predicate
Returns
Type Description
IAllowBrowserActionOrAnySelector

WhileLoopMaxIterations(Int32)

Declaration
IAllowWorkflowExecution WhileLoopMaxIterations(int maxIterations)
Parameters
Type Name Description
System.Int32 maxIterations
Returns
Type Description
IAllowWorkflowExecution

WhileLoopTimeout(Int32)

Declaration
IAllowWorkflowExecution WhileLoopTimeout(int timeoutMs)
Parameters
Type Name Description
System.Int32 timeoutMs
Returns
Type Description
IAllowWorkflowExecution
In This Article
Back to top Generated by DocFX