Public Vars

Back

has-text? (clj)

(source)

function

(has-text? driver text) (has-text? driver q text)
Return true if `driver` finds that `text` appears anywhere on a page. When `q` is specified, restricts search inside the element that matches query `q`. See [[query]] for details on `q`.

Examples