Public Vars

Back

fill-human-multi (clj)

(source)

function

(fill-human-multi driver q-text) (fill-human-multi driver q-text opts)
Have `driver` fill multiple elements as if it were a real human being via `q-text` using `opts`. `q-text` can be: - a map of `{q1 "text1" q2 "text2" ...}` - a vector of `[q1 "text1" q2 "text2" ...]` See [[query]] for details on `q`s. `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