Package com.hp.lft.sdk.sap.ui5
Interface RoadMap
- All Superinterfaces:
- Clickable,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 roadmap object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the path to the item as a semicolon-delimited string.getItems()Returns a list of the names of allRoadMapItemsteps and sub-steps, separated by semicolons (;).Returns the currently selected step or sub-step in the road map.getSteps()Returns a list of all of the top-level steps in the road map (including hidden steps).voidnext()Scrolls to the next step in the road map object.voidprevious()Scrolls to the previous step in the road map object.voidselect(RoadMapItem item) Selects the step or sub-step in the road map object.voidSelects the step or sub-step (by path) in the road map object.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 a list of the names of allRoadMapItemsteps and sub-steps, separated by semicolons (;).- Returns:
- A semicolon-delimited list of the names of all RoadMapItemsteps and sub-steps.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getStepsReturns a list of all of the top-level steps in the road map (including hidden steps).- Returns:
- A list of all of the top-level steps in the road map (including hidden steps).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedItemReturns the currently selected step or sub-step in the road map.- Returns:
- The currently selected step or sub-step in the road map.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemReturns the path to the item as a semicolon-delimited string.- Parameters:
- path- the path to the item
- Returns:
- the path to the item as a semicolon-delimited string.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
nextScrolls to the next step in the road map object.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
- 
previousScrolls to the previous step in the road map object.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
- 
selectSelects the step or sub-step (by path) in the road map object.- Parameters:
- path- the path to the step or sub-step.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the step or sub-step in the road map object.- Parameters:
- item- the- RoadMapItemstep or sub-step to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-