← Back to team overview

sikuli-driver team mailing list archive

[Question #227136]: cannot change maximum number of matches in match preview

 

New question #227136 on Sikuli:
https://answers.launchpad.net/sikuli/+question/227136

Hello All -

I tried to use findAll function to find all the PDF icons on my screen.  There are 50 icons per iteration.  However, when implement the following code, Sikuli only pick around thirty before going to the next iteration.

while True:
    for x in findAll("icon.png")
    click(x)
    ...
    click("next_page.png")

I tried to change the maximum number of matches in the match preview.  I did so by click on the "icon.png."  I saw there are only 10 matches, so I change that to 50 matches and clicked Okay.  However, my preference didn't save in the sense that once I go in the preview page for "icon.png", the maximum matches are 10 again.  

Could you please tell me how to solve this problem?  I'm working on an urgent task that I hope to get it done by this weekend.  Thank you!






-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.