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 allRoadMapItem
steps 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).void
next()
Scrolls to the next step in the road map object.void
previous()
Scrolls to the previous step in the road map object.void
select
(RoadMapItem item) Selects the step or sub-step in the road map object.void
Selects the step or sub-step (by path) in the road map object.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
Methods 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, swipe
Methods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
Methods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getItems
Returns a list of the names of allRoadMapItem
steps and sub-steps, separated by semicolons (;).- Returns:
- A semicolon-delimited list of the names of all
RoadMapItem
steps 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
- theRoadMapItem
step or sub-step to select.- Throws:
GeneralLeanFtException
- if error occurs during execution
-