Table of Contents

Interface ILink

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A Web hyperlink (or anchor) object.

public interface ILink : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Inherited Members
Extension Methods

Properties

This link's background color.

string BackgroundColor { get; }

Property Value

string

This link's color.

string Color { get; }

Property Value

string

This link's font.

string FontName { get; }

Property Value

string

The location to which the browser navigates when the image is clicked.

string Href { get; }

Property Value

string

The target frame of the navigation.

string Target { get; }

Property Value

string

Possible values: The name of the frame, _blank, _self, _top