Question #255595 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/255595
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
If you need to click on all the icons on the screen you can use the
following loop:
for icon in findall("iconimage.png"):
click(icon)
To scroll down you can just use the PageDown buttonin many cases:
type(Key.PAGE_DOWN)
--
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