Skip to main content

Function: clickTableSettingsButton()

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

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

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>

Throws​

ControlError if the settings button is not found.

Example​

await clickTableSettingsButton(page, 'myTable');