Package com.hp.lft.sdk.sap.ui5
Interface NavigationBar
- All Superinterfaces:
- Clickable,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 navigation bar object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns a specified item from the navigation bar.getItems()Returns all items in the navigation bar.Returns the selected item in the navigation bar.voidopenMenu()Opens the popup menu to show hidden navigation items.voidselect(NavigationBarItem item) Selects the specified item in the navigation bar.voidSelects the specified item (by name) in the navigation bar.Methods 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.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- 
getItemsReturns all items in the navigation bar.- Returns:
- All items in the navigation bar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedItemReturns the selected item in the navigation bar.- Returns:
- The selected item in the navigation bar or null if none exists.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemReturns a specified item from the navigation bar.- Parameters:
- itemText- the text of the item to get.
- Returns:
- The specified item from the navigation bar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified item (by name) in the navigation bar.- Parameters:
- itemText- the text of the item to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
openMenuOpens the popup menu to show hidden navigation items.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-