Liking cljdoc? Tell your friends :D

etaoin.ide.flow

Flow stuff (if/else, for/while/repeat, etc).

Flow stuff (if/else, for/while/repeat, etc).
raw docstring

execute-branchclj

(execute-branch driver {:keys [this branch]} opt)
source

execute-cmd-with-open-windowclj

(execute-cmd-with-open-window driver
                              {:keys [windowHandleName windowTimeout] :as cmd}
                              {vars :vars :as opt})
source

execute-commandsclj

(execute-commands driver commands opt)
source

execute-doclj

(execute-do driver {:keys [this branch repeat-if]} opt)
source

execute-for-eachclj

(execute-for-each driver {:keys [this branch end]} {vars :vars :as opt})
source

execute-ifclj

(execute-if driver {:keys [if else-if else end]} opt)
source

execute-timesclj

(execute-times driver {:keys [this branch end]} opt)
source

execute-whileclj

(execute-while driver {:keys [this branch end]} opt)
source

find-testsclj

(find-tests {:keys [test-id test-ids suite-id suite-ids test-name suite-name
                    test-names suite-names]}
            {:keys [tests] :as parsed-file})
source

get-tests-by-suite-idclj

(get-tests-by-suite-id suite-id id {:keys [suites tests]})
source

run-ide-scriptclj

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

Run a Selenium IDE file.

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.

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

run-ide-testclj

(run-ide-test driver {:keys [commands]} & [opt])
source

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

× close