Public Vars

Back

fill-el (clj)

(source)

function

(fill-el driver el text & more)
Have `driver` fill input element `el` with `text` (and optionally `more` text). https://www.w3.org/TR/webdriver2/#dfn-element-send-keys

Examples