Interface IArea
A section of an image on a Web page (usually a section of a client-side image map).
public interface IArea : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
- Inherited Members
- Extension Methods
Properties
Alt
This object's tooltip text.
string Alt { get; }
Property Value
Coords
Specifies the coordinates of an area in an image-map. 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,ynint[] Coords { get; }
Property Value
- int[]
Href
The location to which the browser navigates when this object is clicked.
string Href { get; }
Property Value
MapName
The name of the map element that this image uses to define the area inside the image.
string MapName { get; }
Property Value
Src
The image source in URL format.
string Src { get; }
Property Value
Target
The target frame of the navigation.
string Target { get; }
Property Value
Type
Returns the image type.
ImageType Type { get; }
Property Value
Remarks
Possible values: ImageType