Show / Hide Table of Contents

Interface IAllowWaitForWindow

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowWaitForWindow

Methods

WaitForWindow(String)

Declaration
IAllowAfterWaitForAndSizeControl WaitForWindow(string windowName)
Parameters
Type Name Description
System.String windowName
Returns
Type Description
IAllowAfterWaitForAndSizeControl

WaitForWindowRegex(String)

Declaration
IAllowAfterWaitForAndSizeControl WaitForWindowRegex(string windowNameRegex)
Parameters
Type Name Description
System.String windowNameRegex
Returns
Type Description
IAllowAfterWaitForAndSizeControl

WithWaitForWindowTimeout(Int32)

Declaration
IAllowAfterWaitForAndSizeControl WithWaitForWindowTimeout(int waitTimeInSeconds)
Parameters
Type Name Description
System.Int32 waitTimeInSeconds
Returns
Type Description
IAllowAfterWaitForAndSizeControl
In This Article
Back to top Generated by DocFX