Interface ITreeView
An SAPUI5 tree object.
public interface ITreeView : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
- Inherited Members
- Extension Methods
Properties
SelectedNode
The title of the selected node.
string SelectedNode { get; }
Property Value
VisibleNodes
The semicolon-delimited list of visible nodes in the tree.
ReadOnlyCollection<string> VisibleNodes { get; }
Property Value
Methods
Activate(string)
Activates a node in the tree.
void Activate(string path)
Parameters
pathstringThe path of the tree node to activate.
Collapse(string)
Collapses a node in the tree.
void Collapse(string path)
Parameters
pathstringThe path of the tree node to collapse.
Expand(string)
Expands a node in the tree.
void Expand(string path)
Parameters
pathstringThe path of the tree node to expand.
Select(string)
Selects a node in the tree.
void Select(string path)
Parameters
pathstringThe path of the tree node to select.