Public Vars

Back

wait-has-text (clj)

(source)

function

(wait-has-text driver q text & [opts])
Waits until `driver` finds element via `q` with `text` anywhere inside it (including inner HTML). See [[query]] for details on `q`. - `opts`: see [[wait-predicate]] opts.

Examples