--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAGCdmF_dUDY5uy6AXZbpz526vCi9hNnpVVqoaWm%2Byjt981jjyA%40mail.gmail.com.
Well, if you are not testing the actually functionality of the Datepicker for the purposes of this test, you can maybe cheese it with the javascript executor.
I think just
"arguments[0].value = "date"
where arg0 = the datepicker element
Then maybe try submitting the element to trigger the request?
If that doesn't work, you may unfortunately have to make some method to use the datepicker.
Or ask devs to allow typing in the date? ;)