Table of Contents

Class ImageDescription

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

The description of a Web Image test object.

public class ImageDescription : WebElementDescription, ICloneable, IDescription
Inheritance
ImageDescription
Implements
Inherited Members

Constructors

ImageDescription()

public ImageDescription()

Properties

Alt

The image's tooltip text.

public StringProperty Alt { get; set; }

Property Value

StringProperty

Href

The location to which the browser navigates when the image is clicked.

public StringProperty Href { get; set; }

Property Value

StringProperty

Src

The image source in URL format.

public StringProperty Src { get; set; }

Property Value

StringProperty

Target

The target frame of the navigation.

public StringProperty Target { get; set; }

Property Value

StringProperty

Remarks

Possible values: The name of the frame, _blank, _self, _top

Type

The image type.

public ImageType? Type { get; set; }

Property Value

ImageType?