PageDescription Class
The description of a Web Page test object.

C# Syntax

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

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.Web.PageDescription

Public Constructors
 NameDescription
Public ConstructorPageDescription ConstructorConstructs an empty description.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThis object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor.  
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 PropertySizeThis object's size (in pixels).  
Public PropertyTextThe inner text of the body element.  
Public PropertyTitleThe page's title attribute.  
Public PropertyUrlThe URL of the HTML page.  
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