sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31067
Re: [Question #263456]: sikuli find same image in screen
Question #263456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263456
Status: Answered => Open
eduardobedoya is still having a problem:
Hi RaiMan,
I read the manual and I set
Settings.DelayAfterDrag = 0
Settings.DelayBeforeDrop = 0
Settings.MoveMouseDelay = 0
So now the delay of mouse is gone
I have read much about restrict search area
using reg.findAll but I quite don't understand how to get it to work
It seem when I use reg.findAll I'm suposed to put some code at the top of the script,
but I just dont know what, I have try typing...
aChrome = App("Chrome") # to be adapted for Windows
aChrome.focus()
SCR1 = aChrome.window().getScreen()
or
setROI()
but both give me error
I tried to read other questions like this one
https://answers.launchpad.net/sikuli/+question/173996
and try to apply to my case, but I still can not get it to work
How could I perform this search image task inside chrome (perhaps even
if is hided?)
Thanks Advanced RaiMan, sorry if I couldn't find my own answer, I did
solve the mouse delay. THank Again
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.