Question #177873 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177873
Status: Needs information => Open
Anurag sharma gave more information on the question:
win xp
n my program tht i write
import edu.mit.csail.uid.FindFailed;
public class helloworld {
public static void main(String[] args) {
Screen s = new Screen();
try{
s.find("img1/startstart.png", 0);
s.click("img1/startstart.png");}
catch(FindFailed e){
e.printStackTrace();
}
}
}
i add jar files "sikuli.script.jar" and corently im working on sikuli
x-1.orc3
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp