Question #223202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/223202
Status: Open => Answered
RaiMan proposed the following answer:
This is not possible with Sikuli this way, since Sikuli does not track a GUI
about changing the position of an image after an action.
Furthermore, findAll() does not return the matches in some order (top down in
your case).
And a last possible challenge: the expansion might make the lower part of the
list invisible, because it extends beyond the bottom of the browser window, so
it gets invisible (which means not accessible for Sikuli without scrolling).
Since doing this visually is a very complex process, I recommend, to
first look for another solution based on standard Python modules (e.g.
urllib) or utilities like wget.
--
You received this question notification because you are a member of
Sikuli Drivers, which 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