Table of Contents

Class LinkDescription

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

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

StringProperty

Color

The link's color.

public StringProperty Color { get; set; }

Property Value

StringProperty

FontName

The link's font.

public StringProperty FontName { get; set; }

Property Value

StringProperty

Href

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

public StringProperty Href { get; set; }

Property Value

StringProperty

Target

The target frame of the navigation.

public StringProperty Target { get; set; }

Property Value

StringProperty