sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55393
Re: [Question #691800]: Click after find not fast enough - takes some 10 milliseconds --- no solution
Question #691800 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691800
RaiMan proposed the following answer:
I said: ... some 10 milliseconds ;-)
with
Settings.MoveMouseDelay = 0.0
Settings.WaitScanRate = 100
Location(340, 254).click()
img = "img.png" # the C from the word Click!
reg = Region(852,351,70,88) # a small region where the C should appear
reg.wait(img, 10)
reg.click()
I got reaction times around 40 msecs (Windows 10 Pro latest, 64-Bit,
Intel Xeon E5-1650 v3)
Using observe/onChange is a bit slower (about 10 msecs).
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.