Table of Contents

Class TreeViewDescription

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

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

StringProperty

SelectedNodePath

The path of the currently selected item in this tree.

public StringProperty SelectedNodePath { get; set; }

Property Value

StringProperty