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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp