Public Vars

Back

wait-visible (clj)

(source)

function

(wait-visible driver q & [opts])
Waits until `driver` determines element found by `q` is [[visible?]]. See [[query]] for details on `q`. - `opts`: see [[wait-predicate]] opts.

Examples