Watir supports all Inputs as text_fields that are not one of these types: https://github.com/watir/watir/blob/master/lib/watir/elements/text_field.rb#L5
So long as the driver accepts sending text to it in order to populate the value, then it is supported by Watir. I don't think I've tested it, and we don't have code around it. Maybe we should. If it doesn't work, file an issue. On Monday, July 31, 2017 at 1:41:26 PM UTC-5, Brian Rieck wrote: > > Does watir support html input element of date type? > > https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
