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

    Function getSectionData

    • Reads form field data from a section of the Object Page.

      Parameters

      • page: ObjectPagePage

        Page to evaluate on.

      • sectionIdentifier: string

        Section title or ID.

      Returns Promise<Readonly<Record<string, unknown>>>

      Key-value pairs from form controls in the section.

      Extract all form field key-value pairs from an Object Page section.

      fe.objectPage.getSectionData

      NavigationError if the section is not found.

      const data = await getSectionData(page, 'General Information');