Liking cljdoc? Tell your friends :D

etaoin.ide.flow

Selenium IDE flow control (if/else, for/while/repeat, etc).

Selenium IDE flow control (if/else, for/while/repeat, etc). 
raw docstring

etaoin.ide.main

Provide an CLI entry point for running IDE files. Example:

clojure -M -m etaoin.ide.main -d firefox -p '{:port 8888 :args ["--no-sandbox"]}' -f /path/to/script.side

See the User Guide for more info.

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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close