Sets a time value on a sap.m.TimePicker control.
sap.m.TimePicker
Playwright Page (or compatible subset).
The ID of the TimePicker control.
Time string (e.g., '14:30' or '14:30:00').
Optional
Optional date operation settings.
ControlError if the time format is invalid.
await setTimePickerValue(page, 'timePicker1', '14:30');await setTimePickerValue(page, 'timePicker1', '14:30:45'); Copy
await setTimePickerValue(page, 'timePicker1', '14:30');await setTimePickerValue(page, 'timePicker1', '14:30:45');
Sets a time value on a
sap.m.TimePickercontrol.