← Back to team overview

sikuli-driver team mailing list archive

[Question #210997]: FindAll return only 1 match

 

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

Hi,

I am trying to use FindAll using Sikuli IDE to get 3 matches but i get only one match everytime. Can you please help?
The info that is displayed in the console also provide the match for 1.
Below is the code

m=findAll("Sign On")
For i in m:
    i.highlight(1)

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