← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #670037]: Multiple drop down menus

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- to find a single dropdown
1. use images with as little background as possible to concentrate on the distinguishing aspects (probably text in your case)
2. use Pattern() with a high similarity (>0.95)

--- to find all dropdowns and cycle through the matches
see findAll()
http://sikulix-2014.readthedocs.io/en/latest/region.html#Region.findAll

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