← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #324092]: clicking on unknown hyperlinks or checkboxes

 

Question #324092 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/324092

    Status: Open => Answered

Roman Podolyan proposed the following answer:
If I correctly understand how it looks (well, I can just imagine it until you provide some image), 
you need 
1) Raise MinSimilarity  setting high enough , like to 0.9
2) Restrict searching / clicking to some region where checkboxes appear
3) Put clicking code in a loop 
4) Every time code finds -=empty checkbox=- in the region, it clicks it empty checkbox
5) When code cannot find any empty checkbox anymore , loop exits.  

If my explanation is not that clear,  I'll provide example code later,
using some public webpage (if you can find similar webpage to try the
idea, you can post a link here).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.