Package com.hp.lft.sdk.sap.ui5
Interface TreeView
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 tree object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidActivates a node in the tree.voidCollapses a node in the tree.voidExpands a node in the tree.Returns the title of the selected node.Returns a semicolon-delimited list of visible nodes in the tree.voidSelects a node in the tree.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getVisibleNodesReturns a semicolon-delimited list of visible nodes in the tree.- Returns:
- a semicolon-delimited list of visible nodes in the tree.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedNodeReturns the title of the selected node.- Returns:
- the title of the selected node.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects a node in the tree.- Parameters:
- path- the path of the tree node to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates a node in the tree.- Parameters:
- path- the path of the tree node to activate.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
expandExpands a node in the tree.- Parameters:
- path- the path of the tree node to expand.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
collapseCollapses a node in the tree.- Parameters:
- path- the path of the tree node to collapse.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-