New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class DesktopApplication

Inheritance: objectDesktopApplication

Properties

C#
public DesktopApplicationWindow MainWindow { get; }
C#
public Manager Manager { get; }
C#
public DesktopApplicationPopup[] Popups { get; }
C#
public Process Process { get; }
C#
public bool QuitOnDetach { get; set; }
C#
public DesktopApplicationWindow[] Windows { get; }

Methods

C#
public void Detach()
C#
public void Detach(bool quitOnDetach)
Parameters:quitOnDetachbool
C#
public void Quit()
C#
public void Refresh(int depth = 2)
Parameters:depthint
C#
public DesktopApplicationPopup WaitForPopup(string className, int delay = 500, int timeout = 15000)
Parameters:classNamestringdelayinttimeoutintReturns:

DesktopApplicationPopup

C#
public DesktopApplicationWindow WaitForWindow(string name, int delay = 500, int timeout = 15000)
Parameters:namestringdelayinttimeoutintReturns:

DesktopApplicationWindow