How to select a day from calendar popup

The textbox with value “01/12/2022” is not directly editable. To write on that field, the user clicks the desired day in the calendar.

How can I automate this? Click on a particular day, lets say 23.

Thanks

@Rafael_Gamboa

Try constructing the selector with the aaname or innertext which contains the date value in it …so that the date can be uniquely identified

Cheers

Hello @Rafael_Gamboa

This can be achieved with multiple clicks to select year, month and day. But need to make the selectors dynamic to choose the proper date.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.