clj-commons / etaoin

Pure Clojure Webdriver protocol implementation
https://cljdoc.org/d/etaoin
Eclipse Public License 1.0
915 stars 95 forks source link

`fill-human-multi` vector case incorrectly uses `fill` underneath, not `fill-human` #682

Closed dgr closed 3 weeks ago

dgr commented 3 weeks ago

Version 1.1.42

Platform Platform independent bug

Symptom If you supply fill-human-multi with a vector, it incorrectly uses fill to do the work, not fill-human.

Diagnosis Simple code bug.

Action PR shortly.