sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59341
[Question #709510]: How to take text from a Mainframe Screen
New question #709510 on SikuliX:
https://answers.launchpad.net/sikuli/+question/709510
I am new to Sikuli and would appreciate if some can tell me what code to be written for taking the text of a mainframe screen.
Screen screen = new Screen();
Region region = new Region(288, 321, 32, 32);
String yet = region.text();
System.out.println(yet);
The above code prints anything.
Please Help!!!!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.