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 Summary
Modifier 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.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElement
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getItems
Returns 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
-
getSteps
Returns 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
-
getSelectedItem
Returns 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
-
getItem
Returns 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
-
next
Scrolls to the next step in the road map object.- Throws:
GeneralLeanFtException- if error occurs during executionGeneralReplayException- if error occurs during replay execution
-
previous
Scrolls to the previous step in the road map object.- Throws:
GeneralLeanFtException- if error occurs during executionGeneralReplayException- if error occurs during replay execution
-
select
Selects 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
-
select
Selects the step or sub-step in the road map object.- Parameters:
item- theRoadMapItemstep or sub-step to select.- Throws:
GeneralLeanFtException- if error occurs during execution
-