Liking cljdoc? Tell your friends :D

etaoin.ide.api

Common Selenium IDE implementation.
https://www.selenium.dev/selenium-ide/docs/en/api/commands
raw docstring

absolute-path?clj

(absolute-path? path)
source

dispatch-commandclj

(dispatch-command driver command & [opt])
source

fill-str-with-varsclj

(fill-str-with-vars string vars)
source

gen-expession-scriptclj

(gen-expession-script script vars)
source

gen-script-argumentsclj

(gen-script-arguments script vars)
source

gen-send-key-inputclj

(gen-send-key-input input)
source

log-command-messageclj

(log-command-message {:keys [command target value]})
source

make-absolute-urlclj

(make-absolute-url base-url target)
source

make-assert-msgclj

(make-assert-msg command actual expected)
source

make-queryclj

(make-query target)
source

run-commandcljmultimethod

source

run-command-with-logclj

(run-command-with-log driver command & [opt])

A middleware wrapper on top of run-command. Does the same but logs all the events & errors if any occur.

A middleware wrapper on top of `run-command`.
Does the same but logs all the events & errors
if any occur.
sourceraw docstring

special-keysclj

source

str->varclj

(str->var var)

Turn ${Foo} into Foo.

Turn ${Foo} into Foo.
sourceraw docstring

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

× close