Re: [Sikuli-driver] [Question #709463]: Sikulix cannot find search bar on Windows 11

2024-03-08 Thread Davy Verbogt
Question #709463 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709463

Davy Verbogt posted a new comment:
What would be the error that your recieving.

I did try to do this they way i have written my other test scripts and
it did work that way.

ImagePath.add(Path To Image);

Screen sc = new Screen();

sc.click(sc.wait("Win11.png"));
 sc.click(sc.wait("Search.png"));

sc.write("calc");
sc.type(Key.ENTER);

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #709510]: How to take text from a Mainframe Screen

2024-03-08 Thread Sijo John
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp