sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55530
Re: [Question #692019]: [request] Randomized mouse route from A to B?
Question #692019 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692019
Stephan Timmers gave more information on the question:
# ----------- main script
Settings.MoveMouseDelay = 0
Mouse.move(getBottomRight().offset(-300, -300))
mouseMoveRandom(Region(0+80, 80, 10, 10), 50, 50)
match = find("1595942809125.png")
target = match.getCenter().grow(5)
use mouseMoveRandom()
if exists(match):
click(match)
[error] SyntaxError ( "no viable alternative at input
'mouseMoveRandom'", )
I just dont know how to use it.
Once that is clear my problems will be solved :D
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.