Question #690868 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/690868

    Status: Solved => Open

Kogul is still having a problem:
          ImagePath.addHTTP("https://i.ibb.co/cxSW1tm";);
                  Screen src1 = new Screen(); src1.find("textinput.png");
                  src1.wait("textinput.png",20); src1.type("textinput","Test");
                  Thread.sleep(2000);
                 

                ImagePath.addHTTP("https://i.ibb.co/Y8KZkSB";);
                Screen src2 = new Screen();
                src2.find("Open.png");
                src2.wait("Open.png", 20);
                src2.click("Open.png");
                Thread.sleep(2000);
                driver.quit();


Sikuli locating the first image but am facing a issue recognizing the second 
image. I need two images to automate.  Am I doing anything wrong please help.

-- 
You received this question notification because your team Sikuli Drivers
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