sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52417
[Question #683518]: finding text using waitText()
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.