Table of Contents

Class TreeViewDescription

The description of a WebTree test object.

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

Constructors

TreeViewDescription()

Declaration
public TreeViewDescription()

Properties

FirstNode

The first item in the list of items in this tree.

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

SelectedNodePath

The path of the currently selected item in this tree.

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

Implements

ICloneable
IDescription