Public Vars

Back

exists? (clj)

(source)

function

(exists? driver q & more)
Return true if `driver` can find element via query `q`. See [[query]] for details on `q`. Keep in mind this does not validate whether the found element is visible, clickable and so on.

Examples