Class ImageDescription
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
Href
The location to which the browser navigates when the image is clicked.
public StringProperty Href { get; set; }
Property Value
Src
The image source in URL format.
public StringProperty Src { get; set; }
Property Value
Target
The target frame of the navigation.
public StringProperty Target { get; set; }
Property Value
Remarks
Possible values: The name of the frame, _blank, _self, _top
Type
The image type.
public ImageType? Type { get; set; }