sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26775
Re: [Question #251084]: Sikuli reading strange characters from screen.
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.