flavienlaurent / datetimepicker

DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app.
1.83k stars 578 forks source link

What is the best way to select a date in UI tests? #119

Open alensiljak opened 9 years ago

alensiljak commented 9 years ago

Hi, I'm using DateTimePicker in an app for which I'm now writing UI tests. Unfortunately, neither Robotium nor Espresso will select a date or even recognize it as a date picker. Selection by date number also does not work.

Have you tried something similar and could you recommend the best way to select a date using the picker? Thanks!