Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-08 Thread Marc Summers
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 Status: Needs information => Solved Marc Summers confirmed that the question is solved: Oh, OK, I see what you mean. And Yes, I forgot the wheel down. But I need to wheel down a PAGE at a time not

Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-08 Thread Manfred Hampl
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 Status: Open => Needs information Manfred Hampl requested more information: Which part of your code should result in scrolling down to the next page? -- You received this question notification because

Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-08 Thread Marc Summers
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 Marc Summers gave more information on the question: This is what I tried, but the problem is that it acts like the first list from findAll is still there, meaning that the findAll outside the loop the first

Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-08 Thread TestMechanic
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 TestMechanic posted a new comment: Post the new code here. Unfortunately even if we get this right I am guessing one more problem :-). But lest go step by step ... -- You received this question

Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-07 Thread Marc Summers
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 Status: Answered => Open Marc Summers is still having a problem: I tried a second findAll at the bottom of the loop after the print "Going to try the next more button" but I could not get it to work.

Re: [Sikuli-driver] [Question #677380]: scroll down a page with findAll list

2019-01-07 Thread TestMechanic
Question #677380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677380 Status: Open => Answered TestMechanic proposed the following answer: I do not see where is your second findAll. Your first findAll is outside the loop. So you are never updating find result after the