Class WebElementDescription
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
CSSSelector
The path to the object in CSS format, for example, tr.BPTRow input.
public CSSDescription CSSSelector { get; set; }
Property Value
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
XPath
The path to the object in XPath format, for example, //TR[@id='LeanFT']/*/INPUT
public XPathDescription XPath { get; set; }