WpfApplication Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.WpfWpfApplication

Namespace:  ArtOfTest.WebAii.Wpf
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class WpfApplication

The WpfApplication type exposes the following members.

Properties

  NameDescription
Public propertyAppFileName
Gets the application file name
Public propertyDebugMode
Whether to open a trace listener output window.
Public propertyHasExited
Public propertyMainWindow
Public propertyManager
The Manager object that owns this application
Public propertyPid
The application's process id
Public propertyProcess
Public propertyQuitOnDetach
Whether to close all of this application's windows when the testing framework detaches from the application.
Public propertyWindows
The application's collection of windows
Top
Methods

  NameDescription
Public methodDetach
Public methodDetach(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWindow
Given a window caption get the corresponding window object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuit
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitForWindow(String)
Wait for a window to show up and be ready for automation. Uses the Settings.ClientReadyTimeout
Public methodWaitForWindow(String, Int32)
Wait for a window to show up and be ready for automation
Top
Events

  NameDescription
Public eventNewWindow
Top
See Also

Reference