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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to