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

    Function getObjectPageLayout

    • Finds the sap.uxap.ObjectPageLayout control on the current page.

      Parameters

      Returns Promise<string>

      The control ID of the ObjectPageLayout.

      Discover the Object Page layout control on a Fiori Elements Object Page.

      ControlError if no ObjectPageLayout is found.

      const layoutId = await getObjectPageLayout(page);