Public Vars

Back

query-all (clj)

(source)

function

(query-all driver q) (query-all driver q & more)
Use `driver` to return a vector of all elements on current page matching `q`. See [[query]] for details on `q`. Makes use of: - https://www.w3.org/TR/webdriver2/#dfn-find-elements - https://www.w3.org/TR/webdriver2/#dfn-find-elements-from-element

Examples