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

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-16 07:28 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-05-16 09:24 PM
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.
