I'm wondering how to select a calendar date from a page using Watir Webdriver.
The URL I'm testing is: http://dev01-new.firestonecompleteautocare.com/appointment/schedule-appointment.htm?execution=e2s4
You have to get to the third step in order to select a calendar date.
I attempted various ways of selecting a calendar including executing the script, but nothing seems to work.
browser.execute_script("DP_jQuery_1360620655913.datepicker._selectDay('#choice1\\-date',1,2013, this);return false;")
Any help is much appreciated.