Public Vars

Back

wait-disabled (clj)

(source)

function

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

Examples