Interface IAllowWaitForWindow
Assembly: GPAL.dll
Syntax
public interface IAllowWaitForWindow
Methods
WaitForWindow(String)
Declaration
IAllowAfterWaitForAndSizeControl WaitForWindow(string windowName)
Parameters
| Type |
Name |
Description |
| System.String |
windowName |
|
Returns
WaitForWindowRegex(String)
Declaration
IAllowAfterWaitForAndSizeControl WaitForWindowRegex(string windowNameRegex)
Parameters
| Type |
Name |
Description |
| System.String |
windowNameRegex |
|
Returns
WithWaitForWindowTimeout(Int32)
Declaration
IAllowAfterWaitForAndSizeControl WithWaitForWindowTimeout(int waitTimeInSeconds)
Parameters
| Type |
Name |
Description |
| System.Int32 |
waitTimeInSeconds |
|
Returns