Class PageDescription
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
Size
This object's size (in pixels).
public SizeProperty Size { get; set; }
Property Value
Text
The inner text of the body element.
public StringProperty Text { get; set; }
Property Value
Title
The page's title attribute.
public StringProperty Title { get; set; }
Property Value
Url
The URL of the HTML page.
public StringProperty Url { get; set; }