Help with DatePicker #56
Replies: 1 comment
-
|
The recorder's semantic extraction system (found in
Why DatePickers May Not Be RecordedThere are several potential reasons why the datepicker interaction isn't being captured:
Recommended Solution - Use Python-Based RecordingInstead of using the browser extension, use the Python CLI recorder which has better support for complex interactions: cd workflows
python cli.py create-workflowThis approach provides:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing on a page that has a datepicker. When I record, I click on the input, the calendar opens, and I select the date.
After finishing the recording, I noticed it didn't add the datepicker input.
How can I fix this?
Page: https://www.paquetexpress.com.mx/#facturas
Beta Was this translation helpful? Give feedback.
All reactions