Table of Contents

Class PageDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

The description of a Web Page test object.

public class PageDescription : Description, ICloneable, IDescription
Inheritance
PageDescription
Implements
Inherited Members

Constructors

PageDescription()

Constructs an empty description.

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.

public LocationProperty AbsoluteLocation { get; set; }

Property Value

LocationProperty

Size

This object's size (in pixels).

public SizeProperty Size { get; set; }

Property Value

SizeProperty

Text

The inner text of the body element.

public StringProperty Text { get; set; }

Property Value

StringProperty

Title

The page's title attribute.

public StringProperty Title { get; set; }

Property Value

StringProperty

Url

The URL of the HTML page.

public StringProperty Url { get; set; }

Property Value

StringProperty