sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55381
Re: [Question #691800]: Cannot import name Vision
Question #691800 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691800
Status: Open => Answered
RaiMan proposed the following answer:
1. use SikuliX version 2.0.4
2. in a script at the beginning add:
Settings.MoveMouseDelay = 0.0
Settings.WaitScanRate = 10
nothing else is needed.
3. make the region reg as small as possible
4. create the "Click Me Image"-image with as little background as
possible
5. to click:
click(reg.wait(Pattern("Click Me Image"),FOREVER))
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.