Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function navigateToSection

    • Navigates to a specific section within the Object Page by title or ID.

      Parameters

      • page: ObjectPagePage

        Page to evaluate on.

      • sectionIdentifier: string

        Section title or ID.

      • Optionaloptions: ObjectPageOptions

        Optional timeout and stability settings.

      Returns Promise<void>

      NavigationError if the section is not found.

      await navigateToSection(page, 'General Information');