Public Vars

Back

displayed-el? (clj)

(source)

multimethod

(displayed-el? driver el)
Return true if `driver` finds `el` is displayed/visible. 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