Question #251084 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251084
Status: Open => Answered
RaiMan proposed the following answer:
-- 1. take care, that in all cases the pinField only contains the
numbers with only a little space around. no field borders or other
stuff.
--2. put the highlight after the text read (might be some GUI animation
disturbs in these cases)
String pin = pinField.text();
pinField.highlight(2);
You received this question notification because you are a member of
Sikuli Drivers, which 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