← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255595]: scrolling and choosing multiples

 

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.