TableItemPattern

Supported in UFT Developer version 2023 and later

UIA Pro is supported as a technical preview.

UIAPro. TableItemPattern

new TableItemPattern()

The UIA Pro TableItem pattern.

Methods

getColumnHeaderItems() → {Promise.<Array.<string>>}

Returns the column headers associated with a table item or cell.

Returns:

a promise that is fulfilled with the columnHeaders of the object.
Type
Promise.<Array.<string>>

getRowHeaderItems() → {Promise.<Array.<string>>}

Returns the row headers associated with a table item or cell.

Returns:

a promise that is fulfilled with the rowHeaders of the object.
Type
Promise.<Array.<string>>