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" ...}` - a vector of `[q1 "text1" q2 "text2" ...]` See [[query]] for details on `q`s.

Examples