Public Vars

Back

displayed-el? (clj)

(source)

multimethod

(displayed-el? driver el)
Return true if `driver` finds `el` is displayed/visible. Displayed-ness is not part of w3c WebDriver spec and is vendor specific. https://www.w3.org/TR/webdriver2/#element-displayedness See [[query]] for details on `q`. Note: Safari webdriver has not implemented `displayed`, for it we currently default to some naive CSS display/visibilty checks.

Examples