sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00475
Re: [Question #141164]: Java Execution
Question #141164 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/141164
isivay2kx gave more information on the question:
Yes its working fine but i am getting new error for opening the url.
s.type("img/Web.png", "www.gmail.com", 0);
I want to type the www.gmail.com in address bar. From Sikuli i saved the
address bar image as Web.png
Exception in thread "main" FindFailed: img\Web.png can't be found.
Line ?, in File ?
at org.sikuli.script.Region.wait(Region.java:289)
at org.sikuli.script.Region.find(Region.java:235)
at org.sikuli.script.Region.getLocationFromPSRML(Region.java:652)
at org.sikuli.script.Region.click(Region.java:346)
at org.sikuli.script.Region.type(Region.java:432)
at com.google.test.SikuliTest.main(SikuliTest.java:19)
Can you please help to resolve the issue.
Need Suggestion click command in java also
Thanks in Advance
Siva
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.