Class UIObjectDescriptionBase
The base description of a SAP NWBC test object.
public class UIObjectDescriptionBase : Description, ICloneable, IDescription
- Inheritance
-
UIObjectDescriptionBase
- Implements
- Derived
- Inherited Members
Constructors
UIObjectDescriptionBase()
Initializes a new instance of the UIObjectDescriptionBase class.
public UIObjectDescriptionBase()
Properties
AbsoluteLocation
The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor.
public LocationProperty AbsoluteLocation { get; set; }
Property Value
FullNamePath
The full hierarchy of ObjectName with all parent objects.
public StringProperty FullNamePath { get; set; }
Property Value
FullType
The full type name of this object.
public StringProperty FullType { get; set; }
Property Value
IsEnabled
Indicates whether this object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
IsFocused
Indicates whether this object has the focus.
public bool? IsFocused { get; set; }
Property Value
- bool?
IsVisible
Indicates whether this object is visible.
public bool? IsVisible { get; set; }
Property Value
- bool?
Location
The object's coordinates relative to the parent window, in pixels.
public LocationProperty Location { get; set; }
Property Value
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
ObjectName
This object's name as set by the developer.
public StringProperty ObjectName { get; set; }
Property Value
Size
The object's size in pixels.
public SizeProperty Size { get; set; }
Property Value
Text
The text associated with this object.
public StringProperty Text { get; set; }
Property Value
WindowTitleRegExp
The constant part of the window title.
public StringProperty WindowTitleRegExp { get; set; }