Table of Contents

Interface IArea

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

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

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,yn
int[] Coords { get; }

Property Value

int[]

Href

The location to which the browser navigates when this object is clicked.

string Href { get; }

Property Value

string

MapName

The name of the map element that this image uses to define the area inside the image.

string MapName { get; }

Property Value

string

Src

The image source in URL format.

string Src { get; }

Property Value

string

Target

The target frame of the navigation.

string Target { get; }

Property Value

string

Type

Returns the image type.

ImageType Type { get; }

Property Value

ImageType

Remarks

Possible values: ImageType