cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best method to spy / model a browser-based datepicker?

Anonymous
Not applicable
I'm trying to automate a web browser-based process that involves a jQuery date picker. Is there a more effective way than modelling each date in the datepicker as an application element?
1 REPLY 1

John__Carter
Staff
Staff
Hi Calvin - date pickers and calendars can be nasty. My first instinct would be to see if it is possible to enter a date without using the data picker. If that is not possible and the date picker is HTML, then it may be possible to use the 'green' spy mode. If the date picker is a java applet, then you will probably need Java Access Bridge.