Public Vars

Back

visible? (clj)

(source)

function

(visible? driver q)
Return true if element found by `driver` with query `q` exists and is effectively displayed. See [[query]] for details on `q`. Same as [[displayed?]] but does not throw if element does not exist.

Examples