Class DesktopButton
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 DesktopButton : DesktopControl
Constructors
DesktopButton()
Declaration
public DesktopButton()
Methods
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|
Overrides
Press(Int32)
Declaration
public void Press(int delay = 250)
Parameters
System.Int32
delay
|