OpenText™ Functional Testing for Developers JavaScript SDK

SAPNWBC. TabStripItem

TabStripItem

Constructor

new TabStripItem()

A TabStrip Item object

Methods

drag() → {Promise.<void>}

Performs the 'drag' part of a drag and drop operation on this specific tab.
Returns:
a promise that is fulfilled when the operation ends.
Type
Promise.<void>

dropOn() → {Promise.<void>}

Performs the 'drop' part of a drag and drop operation on this specific tab.
Returns:
a promise that is fulfilled when the operation ends.
Type
Promise.<void>

item() → {Promise.<string>}

Retrieves the text of this tab item.
Returns:
a promise that is fulfilled with the text of this tab item.
Type
Promise.<string>

select() → {Promise.<void>}

Selects this tab from the tab strip.
Returns:
a promise that is fulfilled when the operation ends.
Type
Promise.<void>