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

      ControlError if no ObjectPageLayout is found.

      const layoutId = await getObjectPageLayout(page);