Public Vars

Back

get-element-location (clj)

(source)

function

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

Examples