Public Vars

Back

set-window-rect (clj)

(source)

function

(set-window-rect driver {:keys [width height x y]})
Have `driver` ase the current browser window `:width`, `:height`, `:x` and/or `:y`. https://www.w3.org/TR/webdriver2/#dfn-set-window-rect

Examples