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