Class DesktopApplication
Inheritance
System.Object
DesktopApplication
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
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopApplication
Properties
MainWindow
Declaration
public DesktopApplicationWindow MainWindow { get; }
Property Value
Manager
Popups
Declaration
public DesktopApplicationPopup[] Popups { get; }
Property Value
Process
Declaration
public Process Process { get; }
Property Value
System.
|
QuitOnDetach
Declaration
public bool QuitOnDetach { get; set; }
Property Value
System.
|
Windows
Declaration
public DesktopApplicationWindow[] Windows { get; }
Property Value
Methods
Detach()
Declaration
public void Detach()
Detach(Boolean)
Declaration
public void Detach(bool quitOnDetach)
Parameters
System.
|
Quit()
Declaration
public void Quit()
Refresh(Int32)
Declaration
public void Refresh(int depth = 2)
Parameters
System.
|
WaitForPopup(String, Int32, Int32)
Declaration
public DesktopApplicationPopup WaitForPopup(string className, int delay = 500, int timeout = 15000)
Parameters
System.
|
System.
|
System.
|
Returns
WaitForWindow(String, Int32, Int32)
Declaration
public DesktopApplicationWindow WaitForWindow(string name, int delay = 500, int timeout = 15000)
Parameters
System.
|
System.
|
System.
|