Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function clickTableSettingsButton

    • Clicks the settings/personalization button in the table toolbar.

      Parameters

      • page: TableFilterSortPage

        Playwright Page (or compatible subset).

      • tableId: string

        The UI5 control ID.

      • Optionaloptions: TableOptions

        Table options.

      Returns Promise<void>

      ui5.table.clickSettings

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

      ControlError if the settings button is not found.

      await clickTableSettingsButton(page, 'myTable');