C# Syntax
public abstract class WebBaseDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.Web.WebBaseDescription
HP.LFT.SDK.Web.FrameDescription
HP.LFT.SDK.Web.WebElementDescription
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | The object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor. |
![]() | Attributes | Describes the object by its DOM attributes. |
![]() | ClassName | The object's CSS class (className property). |
![]() | Id | The object's HTML identifier. |
![]() | Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) |
![]() | InnerHTML | The HTML code contained between the object's start and end tags. |
![]() | InnerText | The text contained between the object's start and end tags. |
![]() | IsVisible | Indicates whether the object is visible. |
![]() | Location | The object's coordinates relative to the parent window (in pixels). |
![]() | Name | The object's name property. |
![]() | OuterHTML | The object's HTML code and its content. |
![]() | OuterText | The object's text. |
![]() | Size | The object's size (in pixels). |
![]() | Styles | Describes the object by its computed style. |
![]() | TagName | The object's HTML tag. |
![]() | Title | The object's title. |
![]() | 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 ) |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |