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" ...}`. There are no guarantees about the order in which fields are filled. - a vector of `[q1 "text1" q2 "text2" ...]`. The fields are filled in the order the fields are listed in the vector. See [[query]] for details on `q`s. See [[fill-human-el]] for details on `opts`.

Examples