Class AreaDescription
The description of a Web Area test object.
public class AreaDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
AreaDescription
- Implements
- Inherited Members
Constructors
AreaDescription()
public AreaDescription()
Properties
Alt
The object's tooltip text.
public StringProperty Alt { get; set; }
Property Value
Coords
The coordinates of the Area's vertices (points). in an image map.
public int[] Coords { get; set; }
Property Value
- int[]
Remarks
The coordinate format is determined by the shape of the area, for example:
shape="rect" - x1,y1,x2,y2 shape="circle" - x,y,radius shape="poly" - x1,y1,x2,y2,..,xn,ynHref
The location to which the browser navigates when this object is clicked.
public StringProperty Href { get; set; }
Property Value
MapName
The name of the map element that this image uses to define the area inside the image.
public StringProperty MapName { get; set; }
Property Value
Src
The image source in URL format.
public StringProperty Src { get; set; }
Property Value
Target
The target frame of the navigation.
public StringProperty Target { get; set; }
Property Value
Type
The image type.
public ImageType? Type { get; set; }
Property Value
Remarks
Returns the ImageType.