Class DesktopDeviantWindow
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.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopDeviantWindow : DesktopWindow
Constructors
DesktopDeviantWindow()
Declaration
public DesktopDeviantWindow()
Properties
CanMaximize
Declaration
public override bool CanMaximize { get; }
Property Value
System.Boolean
|
Overrides
CanMinimize
Declaration
public override bool CanMinimize { get; }
Property Value
System.Boolean
|
Overrides
CanMove
Declaration
public override bool CanMove { get; }
Property Value
System.Boolean
|
Overrides
CanResize
Declaration
public override bool CanResize { get; }
Property Value
System.Boolean
|
Overrides
IsMaximized
Declaration
public override bool IsMaximized { get; }
Property Value
System.Boolean
|
Overrides
IsMinimized
Declaration
public override bool IsMinimized { get; }
Property Value
System.Boolean
|
Overrides
IsModal
Declaration
public override bool IsModal { get; }
Property Value
System.Boolean
|
Overrides
IsTopmost
Declaration
public override bool IsTopmost { get; }
Property Value
System.Boolean
|
Overrides
Methods
Close()
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|
Overrides
Maximize()
Minimize()
Move(Double, Double)
Declaration
public override void Move(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
Overrides
Resize(Double, Double)
Declaration
public override void Resize(double width, double height)
Parameters
System.Double
width
|
System.Double
height
|
Overrides
Restore()
WaitForInputIdle(Int32)
Declaration
public override void WaitForInputIdle(int timeout)
Parameters
System.Int32
timeout
|
Overrides
WaitForWindowInteractionState(WindowInteractionState, Int32, Int32)
Declaration
public override bool WaitForWindowInteractionState(WindowInteractionState state, int delay = 100, int timeout = 300)
Parameters
WindowInteractionState
state
|
System.Int32
delay
|
System.Int32
timeout
|
Returns
System.Boolean
|
Overrides
WaitForWindowVisualState(WindowVisualState, Int32, Int32)
Declaration
public override bool WaitForWindowVisualState(WindowVisualState state, int delay = 100, int timeout = 300)
Parameters
WindowVisualState
state
|
System.Int32
delay
|
System.Int32
timeout
|
Returns
System.Boolean
|