Table of Contents

Class WebElementDescription

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

A basic Web element's description.

public class WebElementDescription : WebBaseDescription, ICloneable, IDescription
Inheritance
WebElementDescription
Implements
Derived
Inherited Members

Constructors

WebElementDescription()

public WebElementDescription()

Properties

AccessibilityName

The label of the object (where no text label is available).

public StringProperty AccessibilityName { get; set; }

Property Value

StringProperty

CSSSelector

The path to the object in CSS format, for example, tr.BPTRow input.

public CSSDescription CSSSelector { get; set; }

Property Value

CSSDescription

Role

Property displaying the function of the specified object. For example, if the role property is listbox, the object functions as a listbox.

public StringProperty Role { get; set; }

Property Value

StringProperty

XPath

The path to the object in XPath format, for example, //TR[@id='LeanFT']/*/INPUT

public XPathDescription XPath { get; set; }

Property Value

XPathDescription