sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59342
Re: [Question #709463]: Sikulix cannot find search bar on Windows 11
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.