etaoin.ide.main
(source)
Provide an CLI entry point for running IDE files.
Example:
```shell
clojure -M -m etaoin.ide.main -d firefox -p '{:port 8888 :args ["--no-sandbox"]}' -f /path/to/script.side
```
See the [User Guide](/doc/01-user-guide.adoc#selenium-ide-cli) for more info.
For more info about this library see:
https://github.com/clj-commons/etaoin/blob/master/doc/01-user-guide.adocPublic Variable | Short Description |
---|---|
-main (clj) | The main CLI entrypoint. |