Skip to content

docs: maybe explain date format required to fill input with date type  #558

@TimoKramer

Description

@TimoKramer

Version
1.0.40

Platform
Operating System: Arch Linux
Clojure version: 1.11.0
Babashka version: -
JDK vendor and version: java-17-graalvm

Browser vendor: firefox
Browser version: 116.0.3
WebDriver version: 0.32.2

Symptom
e/fill does not work on {:tag :input}. It focuses it, you can see it as the first two numbers are blue but it does not enter anything. Does not work for e/fill-human as well.

Reproduction
I am uploading an html for you to try this:
(e/fill driver {:tag :input :name "cultivation-period"} "10222008")
(e/fill driver {:tag :input :name "cultivation-period"} "10/22/2008")

Actual behavior
date-input is not filled out

Expected behavior
date-input is filled out

Testfile renamed to txt because htm is not allowed:
yobst.htm.txt

Thanks so much for your work and any help is highly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions