csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Create task for using HTML 5 date pickers #91

Closed craigfowler closed 7 years ago

craigfowler commented 7 years ago

HTML 5 date pickers behave differently on different browsers. For example on Firefox (current versions) they just behave like an input with type text. On chrome they trigger a date selector and have an input mask.

I need a task to enter a date into one of these, and it needs to be able to deal with the different scenarios.

craigfowler commented 7 years ago

Dupe of #88.