Public Vars

Back

selected-el? (clj)

(source)

function

(selected-el? driver el)
Return true if `driver` determines element `el` is selected. For use on input elements like checkboxes, radio buttons and option elements. https://www.w3.org/TR/webdriver2/#dfn-is-element-selected

Examples