Public Vars

Back

fill-human-active (clj)

(source)

function

(fill-human-active driver text) (fill-human-active driver text opts)
Fills the currently active element with `text` as if it were a real human using `opts`. This is a simple convience function wrapped around `get-active-element` and `fill-human-el`. See [[fill-human-el]] for details on `opts`.

Examples