Liking cljdoc? Tell your friends :D
Clojure only.

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

run-ide-scriptclj

(run-ide-script driver source & [opt])

Run a Selenium IDE file.

See Selenium IDE docs

Arguments:

  • driver: a driver instance;
  • source: either a file path, or an io/file, or an io/resource;
  • opt: a map of optional parameters:
    • :test-... and :suite-... (id, ids, name, names) are used for selection of specific tests. When not passed, all the tests get run;
    • :base-url the URL of the main page from which the tests start. Use it override the default URL from an IDE file.
Run a Selenium IDE file.

See [Selenium IDE docs](/doc/01-user-guide.adoc#selenium-ide)

Arguments:

- `driver`: a driver instance;
- `source`: either a file path, or an `io/file`, or an `io/resource`;
- `opt`: a map of optional parameters:
    - `:test-...` and `:suite-...` (`id`, `ids`, `name`, `names`)
       are used for selection of specific tests. When not passed,
       all the tests get run;
    - `:base-url` the URL of the main page from which the tests start.
       Use it override the default URL from an IDE file.
sourceraw docstring

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

× close