My page has a JQuery UI DatePicker on an input field #my_date.
I can launch the DatePicker using :
page.execute_script %Q{ $('#my_date').trigger("focus") }
How can I write a step for selecting a particular date ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was able to solve this by using :
Where 17 is the day of the current month to be selected, in my case.