WebBaseDescription Class
The description of a base interface for all Web test objects.

C# Syntax

public abstract class WebBaseDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

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

Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor.  
Public PropertyAttributesDescribes the object by its DOM attributes.  
Public PropertyClassNameThe object's CSS class (className property).  
Public PropertyIdThe object's HTML identifier.  
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyInnerHTMLThe HTML code contained between the object's start and end tags.  
Public PropertyInnerTextThe text contained between the object's start and end tags.  
Public PropertyIsVisibleIndicates whether the object is visible.  
Public PropertyLocationThe object's coordinates relative to the parent window (in pixels).  
Public PropertyNameThe object's name property.  
Public PropertyOuterHTMLThe object's HTML code and its content.  
Public PropertyOuterTextThe object's text.  
Public PropertySizeThe object's size (in pixels).  
Public PropertyStylesDescribes the object by its computed style.  
Public PropertyTagNameThe object's HTML tag.  
Public PropertyTitleThe object's title.  
Public PropertyVriDistinguishes 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 )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top