Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. browser.div(:id, "some-id").fire_event "onmouseover"
  2.  
  3. browser.autoit.MouseMove(x,y)
  4.  
  5. require 'win32ole'
  6. a=WIN32OLE.new("AutoItX3.Control")
  7. a.mousemove 100,100
  8. a.mousemove 300,300
  9. a.mouseclick "right"
Add Comment
Please, Sign In to add comment