sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08423
Re: [Question #185791]: How to run "Sikuli On Virtual Machines"
Question #185791 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185791
RaiMan posted a new comment:
Sorry, forgot to mention: only for demo purposes.
For real life, this would be enough:
off = 1
while True:
current = Env.getMouseLocation()
x = current.x
wait(30) # or whatever needed
off *= -1
go = current.offset(off, 0)
hover(go)
But to end it, you have to kill the process.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.