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

Hello,

we have a scenario to search by text. 

On the screen's left region there is <Folder Icon> "ProjectName"and it is like 
an image and on the right region there is description which includes the 
ProjectName.

we are using 
Match m = screen.waitText("ProjectName", 10); 
m.click();

Observed:
Only one match is found and that is the one found in the description on the 
right side.

Expected:
2 matches since the "ProjectName" is seen in  both left and right regions of 
the same screen.

Is there a way to recognize all of them which match the text? appreciate any 
help on this.

Thanks,
Radhika

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to