Click or drag to resize

UIAutomationSettings Class

Manages the list of window classes that are identified via the UI Automation engine.
Inheritance Hierarchy
SystemObject
  SmartBear.TestLeft.OptionsEngineOptions
    SmartBear.TestLeft.OptionsUIAutomationSettings

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class UIAutomationSettings : EngineOptions

The UIAutomationSettings type exposes the following members.

Methods
  NameDescription
Public methodAddWindow
Adds a window class to the list of UI Automation window classes.
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 methodGetWindowList
Gets a list of window classes identified via the UI Automation engine.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAllWindows
Clears the list of window classes identified via the UI Automation engine.
Public methodToString
Converts the list of window classes identified via the UI Automation engine to a string.
(Overrides ObjectToString.)
Top
See Also