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

    Function selectVariant

    • Selects a variant by name on the List Report page.

      Parameters

      • page: ListReportPage

        Playwright Page (or compatible subset).

      • variantName: string

        The display name of the variant to select.

      • Optionaloptions: ListReportOptions

        Optional timeout and stability settings.

      Returns Promise<void>

      ControlError if VariantManagement is not found or variant name does not exist.

      await selectVariant(page, 'My Saved View');