Public Vars

Back

get-element-rect (clj)

(source)

function

(get-element-rect driver q)
Have `driver` return map of `:width`, `:height`, `:x` and `:y`, in pixels, of element found by query `q`. See [[query]] for details on `q`.

Examples