Public Vars

Back

displayed? (clj)

(source)

function

(displayed? driver q)
Return true if element found by `driver` with query `q` is effectively displayed. Displayed-ness is not part of w3c WebDriver spec and is vendor specific. https://www.w3.org/TR/webdriver2/#element-displayedness

Examples