Public Vars

Back

fill-human (clj)

(source)

function

(fill-human driver q text) (fill-human driver q text opts)
Have `driver` fill element found by `q` with `text` as if it were a real human using `opts`. See [[query]] for details on `q`. `opts` - `:mistake-prob` probability of making a typo (0 to 1.0) (default: `0.1`) - `:pause-max` maximum amount of time in seconds to pause between keystrokes (can be fractional) (default: `0.2`)

Examples