Provide an CLI entry point for running IDE files. Example:
lein run -m etaoin.ide.main -d firefox -p '{:port 8888 :args ["--no-sandbox"]}' -f /path/to/script.side
See the readme file for more info.
Provide an CLI entry point for running IDE files. Example: lein run -m etaoin.ide.main -d firefox -p '{:port 8888 :args ["--no-sandbox"]}' -f /path/to/script.side See the readme file for more info.
(run-script source {:keys [driver-name params] :as options})
Run a Selenium IDE file. The source
is something
that might be slurp
ed.
Run a Selenium IDE file. The `source` is something that might be `slurp`ed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close