Class TreeViewDescription
The description of a WebTree test object.
public class TreeViewDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
TreeViewDescription
- Implements
- Inherited Members
Constructors
TreeViewDescription()
public TreeViewDescription()
Properties
FirstNode
The first item in the list of items in this tree.
public StringProperty FirstNode { get; set; }
Property Value
SelectedNodePath
The path of the currently selected item in this tree.
public StringProperty SelectedNodePath { get; set; }