Public Vars

Back

wait-has-text-everywhere (clj)

(source)

function

(wait-has-text-everywhere driver text & [opts])
Waits until `driver` finds `text` anywhere on the current page. - `opts`: see [[wait-predicate]] opts.

Examples