Class ImageDescription
The description of a Web Image test object.
Inheritance
ImageDescription
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class ImageDescription : WebElementDescription, ICloneable, IDescription
Constructors
ImageDescription()
Declaration
public ImageDescription()
Properties
Alt
The image's tooltip text.
Declaration
public StringProperty Alt { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Href
The location to which the browser navigates when the image is clicked.
Declaration
public StringProperty Href { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Src
The image source in URL format.
Declaration
public StringProperty Src { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Target
The target frame of the navigation.
Declaration
public StringProperty Target { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Remarks
Possible values: The name of the frame, _blank, _self, _top
Type
The image type.
Declaration
public ImageType? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageType? |