Gets the current value from a sap.m.TimePicker control.
sap.m.TimePicker
Playwright Page (or compatible subset).
The ID of the TimePicker control.
The current time value string.
const time = await getTimePickerValue(page, 'timePicker1');// '14:30' Copy
const time = await getTimePickerValue(page, 'timePicker1');// '14:30'
Gets the current value from a
sap.m.TimePickercontrol.