UiObjectBaseDescription Class
The base description of all Oracle test objects.
C# Syntax
public abstract class UiObjectBaseDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription, HP.LFT.SDK.PropertiesDescription
Inheritance Hierarchy
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.Oracle.UiObjectBaseDescription
HP.LFT.SDK.Oracle.ApplicationSessionDescription
HP.LFT.SDK.Oracle.ButtonDescription
HP.LFT.SDK.Oracle.CalendarDescription
HP.LFT.SDK.Oracle.CheckBoxDescription
HP.LFT.SDK.Oracle.EditFieldDescription
HP.LFT.SDK.Oracle.FlexFieldWindowDescription
HP.LFT.SDK.Oracle.ListDescription
HP.LFT.SDK.Oracle.ListOfValuesDescription
HP.LFT.SDK.Oracle.LogonWindowDescription
HP.LFT.SDK.Oracle.NavigatorWindowDescription
HP.LFT.SDK.Oracle.NotificationDescription
HP.LFT.SDK.Oracle.PickListDescription
HP.LFT.SDK.Oracle.RadioGroupDescription
HP.LFT.SDK.Oracle.StatusBarDescription
HP.LFT.SDK.Oracle.TabDescription
HP.LFT.SDK.Oracle.TableDescription
HP.LFT.SDK.Oracle.TreeViewDescription
HP.LFT.SDK.Oracle.UiFormBaseDescription
Public Constructors
Name | Description | |
---|---|---|
UiObjectBaseDescription Constructor | Initializes a new instance of the UiObjectBaseDescription class. C# Syntax public UiObjectBaseDescription() |
Public Properties
Name | Description | |
---|---|---|
AbsoluteLocation | The object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. C# Syntax public LocationProperty AbsoluteLocation {get; set;} | |
Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) | |
Location | The object's coordinates relative to the parent window (in pixels). C# Syntax public LocationProperty Location {get; set;} | |
ObjectType | The general object type. C# Syntax public StringProperty ObjectType {get; set;} | |
Size | The object's size in pixels. C# Syntax public SizeProperty Size {get; set;} | |
Vri | Distinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description ) |