New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class WpfApplication

Inheritance: objectWpfApplication

Properties

C#
public string AppFileName { get; }
C#
public bool HasExited { get; }
C#
public WpfWindow MainWindow { get; }
C#
public Manager Manager { get; }
C#
public int Pid { get; }
C#
public Process Process { get; }
C#
public bool QuitOnDetach { get; set; }
C#
public IList<WpfWindow> Windows { get; }

Methods

C#
public void Detach()
C#
public void Detach(bool quitOnDetach)
Parameters:quitOnDetachbool
C#
public WpfWindow GetWindow(string caption)
Parameters:captionstringReturns:

WpfWindow

C#
public void Quit()
C#
public WpfWindow WaitForWindow(string caption, int timeout)
Parameters:captionstringtimeoutintReturns:

WpfWindow

C#
public WpfWindow WaitForWindow(string caption)
Parameters:captionstringReturns:

WpfWindow

Events

C#
public event EventHandler<GenericEventArgs<WpfWindow>> NewWindow