Skip to main content
Version: 1.x

Function: clickTableSettingsButton()

clickTableSettingsButton(page, tableId, options?): Promise<void>

Defined in: src/modules/table-filter-sort.ts:312

Clicks the settings/personalization button in the table toolbar.

Parameters

page

TableFilterSortPage

Playwright Page (or compatible subset).

tableId

string

The UI5 control ID.

options?

TableOptions

Table options.

Returns

Promise<void>

Intent

Open the table personalization/settings dialog by clicking its toolbar button.

Throws

ControlError if the settings button is not found.

Example

await clickTableSettingsButton(page, 'myTable');