Class LinkDescription
The description of a Web Link test object.
public class LinkDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
LinkDescription
- Implements
- Inherited Members
Constructors
LinkDescription()
public LinkDescription()
Properties
BackgroundColor
The link's background color.
public StringProperty BackgroundColor { get; set; }
Property Value
Color
The link's color.
public StringProperty Color { get; set; }
Property Value
FontName
The link's font.
public StringProperty FontName { get; set; }
Property Value
Href
The location to which the browser navigates when the image is clicked.
public StringProperty Href { get; set; }
Property Value
Target
The target frame of the navigation.
public StringProperty Target { get; set; }