Re: [Sikuli-driver] [Question #235440]: Region() example help

2018-04-18 Thread Marc Summers
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 Marc Summers posted a new comment: Well, they said it "could not be done." This is how you do it: found = 0 while(found == 0): try: for i in findAll("1524078692187.png"): hover(i)

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread RaiMan
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 RaiMan posted a new comment: -- autocomplete support and function help is on the list for 1.1.0 we have the docs at http://doc.sikuli.org which are still on level on level RC3 though. additionally there are

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread rlkee888
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 rlkee888 posted a new comment: Hi @RaiMan, Just adding the , 0) to it already made it faster, I will add the rest to the code and give feedback. I have a list of departments that make increase or decrease b

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread rlkee888
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 Status: Answered => Solved rlkee888 confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread RaiMan
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 Status: Open => Answered RaiMan proposed the following answer: --- [log] CLICK on L(614,419)@S(0)[0,0 1596x821] means: Sikuli clicked at the point (614,419), which is on screen 0 ( S(0) ), which has a s

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread rlkee888
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 Status: Answered => Open rlkee888 is still having a problem: Hi @RaiMan, I updated it to use the region, however based on the logs and the time it takes to find the image it seems as if it is still scan

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread rlkee888
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 rlkee888 posted a new comment: Hi @RaiMan, I am going through all that you have sent me and will report back asap. Thank you so much for your help. Robin -- You received this question notification because

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread RaiMan
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 RaiMan proposed the following answer: One more thing: region definitions like: reg = Region(131,154,512,415) only make sense, if the region will be there in all cases and for testing. One should try to def

Re: [Sikuli-driver] [Question #235440]: Region() example help

2013-09-10 Thread RaiMan
Question #235440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235440 Status: Open => Answered RaiMan proposed the following answer: To tell Sikuli, to only search in a specific region, you have to qualify the actions with the region using the dot-chaining or use with: to

[Sikuli-driver] [Question #235440]: Region() example help

2013-09-09 Thread rlkee888
New question #235440 on Sikuli: https://answers.launchpad.net/sikuli/+question/235440 Hi Sikuli Community I have been at it for sometime trying to use the region() function in Sikuli and have referred to many example, unfortunately not complete but sort of get the idea. Anyway what I am trying