Public Vars

Back

get-window-rect (clj)

(source)

function

(get-window-rect driver)
Have `driver` return the current browser window rect as map of `:x`, `:y`, `:width`, `:height` https://www.w3.org/TR/webdriver2/#dfn-get-window-rect

Examples