New question #242650 on Sikuli:
https://answers.launchpad.net/sikuli/+question/242650

I have working with sikuli as a fresher . using sikuli-set up version 1.0.0 on 
ubuntu eclipse . Installed from set up option(4) .
runnung with ant I get error message as can not find 
images.sikuli/1390382312030.png on the screen.
     public void testUntitled() throws Exception {
        driver.get("http://www.thecharmworks.com";);
      
driver.findElement(By.xpath("html/body/div[4]/footer/div[1]/div/div[2]/a/img")).click();
     Debug.setDebugLevel(3);
     Settings.OcrTextRead =true;
   // s.type(Key.DOWN, Key.DOWN, Key.DOWN);
    s.setAutoWaitTimeout(2);
    s.exists("Start Building Now");
    s.waitVanish(2);
    s.doubleClick("images.sikuli/1390382312030.png");
    System.out.println("++++++"+ 
s.doubleClick("images.sikuli/1390382312030.png"));
    s.wait(2);
    s.doubleClick("images.sikuli/1390382392318.png");
    s.wait(2);
}
images are stored in images.sikuli folder while working with sikuli-ide by 
default.  .so file are in lib/libs folder.Any help ?

-- 
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

Reply via email to