我想知道如何使用 Watir Webdriver 从页面中选择日历日期。
我正在测试的 URL 是:http ://dev01-new.firestonecompleteautocare.com/appointment/schedule-appointment.htm?execution=e2s4
您必须进入第三步才能选择日历日期。
我尝试了各种选择日历的方法,包括执行脚本,但似乎没有任何效果。
browser.execute_script("DP_jQuery_1360620655913.datepicker._selectDay('#choice1\\-date',1,2013, this);return false;")
任何帮助深表感谢。