Table of Contents

Class PageDescription

The description of a Web Page test object.

Inheritance
PageDescription
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class PageDescription : Description, ICloneable, IDescription

Constructors

PageDescription()

Constructs an empty description.

Declaration
public PageDescription()

Properties

AbsoluteLocation

This object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor.

Declaration
public LocationProperty AbsoluteLocation { get; set; }
Property Value
Type Description
LocationProperty

Size

This object's size (in pixels).

Declaration
public SizeProperty Size { get; set; }
Property Value
Type Description
SizeProperty

Text

The inner text of the body element.

Declaration
public StringProperty Text { get; set; }
Property Value
Type Description
StringProperty

Title

The page's title attribute.

Declaration
public StringProperty Title { get; set; }
Property Value
Type Description
StringProperty

Url

The URL of the HTML page.

Declaration
public StringProperty Url { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription