Interface ILink
A Web hyperlink (or anchor) object.
public interface ILink : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
- Inherited Members
- Extension Methods
Properties
BackgroundColor
This link's background color.
string BackgroundColor { get; }
Property Value
Color
This link's color.
string Color { get; }
Property Value
FontName
This link's font.
string FontName { get; }
Property Value
Href
The location to which the browser navigates when the image is clicked.
string Href { get; }
Property Value
Target
The target frame of the navigation.
string Target { get; }
Property Value
Remarks
Possible values: The name of the frame, _blank, _self, _top