Public Vars

Back

query-from (clj)

(source)

function

(query-from driver el q)
Use `driver` to return a single element satisfying query `q`, starting the search at the element specified by `el`. `query-from` is similar to `query` but starts the search from `el` rather than the DOM root. See [[query]] for details on `q`. https://www.w3.org/TR/webdriver2/#dfn-find-element-from-element

Examples