Public Vars

Back

fill-multi (clj)

(source)

function

(fill-multi driver q-text)
Have `driver` fill multiple inputs via `q-text`. `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.

Examples