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

      NavigationError if the section is not found.

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