Class DesktopWindowPattern
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopWindowPattern : DesktopPattern
Constructors
DesktopWindowPattern(DesktopElement)
Properties
CanMaximize
Declaration
public bool CanMaximize { get; }
Property Value
|
System.Boolean
|
CanMinimize
Declaration
public bool CanMinimize { get; }
Property Value
|
System.Boolean
|
IsMaximized
Declaration
public bool IsMaximized { get; }
Property Value
|
System.Boolean
|
IsMinimized
Declaration
public bool IsMinimized { get; }
Property Value
|
System.Boolean
|
IsModal
Declaration
public bool IsModal { get; }
Property Value
|
System.Boolean
|
IsTopmost
Declaration
public bool IsTopmost { get; }
Property Value
|
System.Boolean
|
WindowInteractionState
Declaration
public WindowInteractionState WindowInteractionState { get; }
Property Value
|
WindowInteractionState
|
WindowVisualState
Methods
Close()
Declaration
public void Close()
Maximize()
Declaration
public void Maximize()
Minimize()
Declaration
public void Minimize()
Restore()
Declaration
public void Restore()
WaitForInputIdle(Int32)
Declaration
public void WaitForInputIdle(int timeout)
Parameters
|
System.Int32
timeout
|
WaitForWindowInteractionState(WindowInteractionState, Int32, Int32)
Declaration
public bool WaitForWindowInteractionState(WindowInteractionState state, int delay, int timeout)
Parameters
|
WindowInteractionState
state
|
|
System.Int32
delay
|
|
System.Int32
timeout
|
Returns
|
System.Boolean
|
WaitForWindowVisualState(WindowVisualState, Int32, Int32)
Declaration
public bool WaitForWindowVisualState(WindowVisualState state, int delay, int timeout)
Parameters
|
WindowVisualState
state
|
|
System.Int32
delay
|
|
System.Int32
timeout
|
Returns
|
System.Boolean
|