clj-commons / etaoin

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

Improve `fill-multi`/`fill-human-multi` errors #654

Closed dgr closed 1 month ago

dgr commented 1 month ago

Problem/Opportunity fill-multi and fill-human-multi currently throw exceptions for some error conditions.

Proposed Solution Improve those exceptions by adding more specific error messages and including improved information about the error.

Action Will open a PR.