Hi,
I have a field in a webpage which takes input as date. Keystrokes does not work. There is a date picker icon clicking which a new calendar window pops up. The date needs to be selected from there using mouse clicks only as keyboard keys do not work. How do I select a particular date. (Note: position of date varies for each month).
I could spy calendar, dates and every elements over in invisible calendar and it is getting highlighted from the Application Modular but mouse click is not working on these elements. I tried to do mouse click on elements of calendar through navigate stage but it is not working. Can anyone suggest solution for this?