Table of Contents

Interface IRoadMap

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 roadmap object.

public interface IRoadMap : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Inherited Members
Extension Methods

Properties

Items

A list of the names of all IRoadMapItem steps and sub-steps, separated by semicolons (;).

ReadOnlyCollection<IRoadMapItem> Items { get; }

Property Value

ReadOnlyCollection<IRoadMapItem>

SelectedItem

The currently selected step or sub-step in the road map.

IRoadMapItem SelectedItem { get; }

Property Value

IRoadMapItem

Steps

A list of all of the top-level steps in the road map (including hidden steps).

ReadOnlyCollection<IRoadMapItem> Steps { get; }

Property Value

ReadOnlyCollection<IRoadMapItem>

Methods

GetItem(string)

Returns the specified road map item by path.

IRoadMapItem GetItem(string path)

Parameters

path string

The path to the item

Returns

IRoadMapItem

Returns the path to the item as a semi-colon (;) delimited string.

Next()

Scrolls the road map to the next step.

void Next()

Previous()

Scrolls the road map to the previous step.

void Previous()

Select(IRoadMapItem)

Select the step or sub-step in the road map object.

void Select(IRoadMapItem item)

Parameters

item IRoadMapItem

the step or sub step to select

Select(string)

Select the step or sub-step in the road map object.

void Select(string path)

Parameters

path string

the path to the step or sub step