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

    Function getDatePickerValue

    • Gets the current value from a sap.m.DatePicker control.

      Parameters

      • page: DatePage

        Playwright Page (or compatible subset).

      • controlId: string

        The ID of the DatePicker control.

      Returns Promise<string>

      The current date value string.

      const value = await getDatePickerValue(page, 'datePicker1');