Public Vars

Back

set-window-position (clj)

(source)

function

(set-window-position driver {:keys [x y]}) (set-window-position driver x y)
Have `driver` set the `x` `y` position of the current browser window. Position is in pixels and relative to your screen. Absolute precision is not guaranteed.

Examples