Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173
Mike posted a new comment: It seems you want to move through a list that can change its size. You can move using the arrow or tab keys, by moving a fixed offset or trying to locate some known visual features of the list members. After that it's normal Python to iterate until you find a condition that signals you've reached the last member of the list. I guess however each new list member requires a new run of the script ie you need to remember from one run to the next how far you got down the list the last time you ran it. I guess that means writing logs to a file. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

