I have this field in a webpage which takes input as date. Keystrokes does not work. There is a date picker icon clicking which a new calender 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). Any suggestion/solution/ideas are most welcome.
Hi Ankit,
Try to highlight the Calendar window in Application Modeller. Also, check if you can highlight the elements inside the calendar window. If so, you can use these elements to update the selected date.
Thanks,
Ed
Hi Ed,
I am able to highlight elements inside the calendar window but as the month changes the position of the date field also changes. Also there are a total of 42 boxes out of which only N boxes are populated for each month.(N is the total number of days in that particular month).
Thanks,
Ankit
I would spy 1 date and use a dynamic path if possible, or other dynamic attributes to move along the calendar interface, checking its value after each iteration.
Hi,
have this field in a webpage which takes input as date. Keystrokes does not work. There is a date picker icon clicking which a new calender 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). Any suggestion/solution/ideas are most welcome.
Continue with above post, I could spy calendar, dates and everything over in invisible calendar and it is getting highlighted but mouse click is not working these elements.
Also I tried to do mouse click on elements of calendar through navigate stage but it is not working. Can anyone suggest solution for this?