Table of Contents

Class LinkDescription

The description of a Web Link test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class LinkDescription : WebElementDescription, ICloneable, IDescription

Constructors

LinkDescription()

Declaration
public LinkDescription()

Properties

BackgroundColor

The link's background color.

Declaration
public StringProperty BackgroundColor { get; set; }
Property Value
Type Description
StringProperty

Color

The link's color.

Declaration
public StringProperty Color { get; set; }
Property Value
Type Description
StringProperty

FontName

The link's font.

Declaration
public StringProperty FontName { get; set; }
Property Value
Type Description
StringProperty

Href

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

Declaration
public StringProperty Href { get; set; }
Property Value
Type Description
StringProperty

Target

The target frame of the navigation.

Declaration
public StringProperty Target { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription