Public Vars

Back

wait-absent (clj)

(source)

function

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

Examples