Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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>

      ControlError if the button is not found.

      await clickObjectPageButton(page, 'Edit');