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

    Function getObjectPageSections

    • Returns all sections in the Object Page with visibility, index, and sub-sections.

      Parameters

      Returns Promise<readonly ObjectPageSection[]>

      Array of section descriptors.

      List all sections in the Object Page layout for discovery or assertion.

      fe.objectPage.getSections

      const sections = await getObjectPageSections(page);