Public Vars

Back

wait-running (clj)

(source)

function

(wait-running driver & [opts])
Waits until `driver` is reachable via its host and port via [[running?]]. Throws - if using `:webdriver-url`. - if driver process is found to be no longer running while waiting - `opts`: see [[wait-predicate]] opts.

Examples