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

    Function clickObjectPageButton

    • Clicks a button in the Object Page header actions or footer bar.

      Parameters

      • page: ObjectPagePage

        Page to evaluate on.

      • buttonName: string

        Text label of the button.

      • Optionaloptions: ObjectPageOptions

        Optional timeout and stability settings.

      Returns Promise<void>

      Click a named button in the Object Page header or footer toolbar.

      fe.objectPage.clickButton

      ControlError if the button is not found.

      await clickObjectPageButton(page, 'Edit');