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