[Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-17 Thread Marc Summers
New question #668018 on Sikuli: https://answers.launchpad.net/sikuli/+question/668018 There is a specific image that I need to find but the distance to scroll to it changes every two weeks. But the horizontal spacing is the same, at 7 wheel downs. So what I want to do is have findAll look for the

Re: [Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-17 Thread Marc Summers
Question #668018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668018 Marc Summers posted a new comment: sikuli 1.1.2 java version "1.8.0_161" Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode) OS Version:

Re: [Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-18 Thread Maze
Question #668018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668018 Maze posted a new comment: not sure if this will help you but it sounds like a similar task: https://answers.launchpad.net/sikuli/+question/235440 -- You received this question notification because your tea

Re: [Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-18 Thread Marc Summers
Question #668018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668018 Status: Open => Solved Marc Summers confirmed that the question is solved: They said it could not be done, this is how it is done: found = 0 while(found == 0): try: for i in findAll("152407

Re: [Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-18 Thread RaiMan
Question #668018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668018 RaiMan posted a new comment: not sure, who told you "it could not be done" Your solution is a bit overkill and if the image is not found, it will loop forever. this works in all cases and is fast. max = 10

Re: [Sikuli-driver] [Question #668018]: scroll down until image is seen on screen

2018-04-19 Thread Marc Summers
Question #668018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668018 Marc Summers posted a new comment: Hello RaiMan: Thanks so much for your help. :) It is much appreciated. SikuliX "RULES!" :) -- You received this question notification because your team Sikuli Driver