Public Vars

Back

wait-invisible (clj)

(source)

function

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

Examples