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.
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/filldoes 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 fore/fill-humanas 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.