I have to select From Date & To Date from the calendar which is in a web application.
When i use Type into to enter the date the calendar screen is fully appearing as mentioned in screenshot.
Set text is entering the values but data is not generating looks it not working.
manually can you type the value and is it picking the value? or do you need to do a tab at the end for it to take the value then try the same in automation as well
You can either enter the From Date or To Date, and the calendar will appear accordingly. This behavior completely depends on the user’s selection — typing the date directly is not supported.
So, please click on the From Date field first and select the specific date using UI Automation.
Then, click on the To Date field and select the desired date in the same way.