sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52354
Re: [Question #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?
Question #139475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/139475
Sam Say posted a new comment:
I'm still having issues with text recognition using java.
example: sikulix reads 07/01/2019 as |//||'|/') can you please advise?
Region match = allScreens.findText("Sometext");
allScreens.click(match);
String textRight = match.right(100).text();
it is finding sometext but not reading the text to its right correctly.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.