sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55534
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 posted a new comment:
Settings.MoveMouseDelay = 0
Mouse.move(getBottomRight().offset(-300, -300))
mouseMoveRandom(Region(0+80, 80, 10, 10), 50, 50)
import random
if exists("1595917673821.png"):
click("1595917673821.png")
wait(random.randint(5,10))
i dont want it to repeat, i just want the "click" animation above this
to be a bezier movement instead of a straight line.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.