Public Vars

Back

mouse-move-to (clj)

(source)

multimethod

(mouse-move-to driver q) (mouse-move-to driver x y)
Have `driver` moves the virtual mouse pointer either to an element found by query `q` or to a specific by `x` and `y` pixel offset within the browser window.

Examples