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

    Function getTimePickerValue

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

      Parameters

      • page: DatePage

        Playwright Page (or compatible subset).

      • controlId: string

        The ID of the TimePicker control.

      Returns Promise<string>

      The current time value string.

      const time = await getTimePickerValue(page, 'timePicker1');
      // '14:30'