Re: [Sikuli-driver] [Question #234428]: how do i swipe right or left on an android emulator using Sikuli IDE

2013-12-26 Thread HAL-9000
Question #234428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234428 HAL-9000 posted a new comment: I use variations of this function all the time to find specific objects in a list. def ScrollDown(target, anchor, stop): while not region.exists(target):

Re: [Sikuli-driver] [Question #234428]: how do i swipe right or left on an android emulator using Sikuli IDE

2013-08-22 Thread Roman Podolyan
Question #234428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234428 Status: Open = Answered Roman Podolyan proposed the following answer: You can write your own custom mouse swipe function using low-level mouse control routines. To illustrate the idea, here is dirty