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

Robert posted a new comment:
import org.sikuli.script.*;

import java.awt.event.KeyEvent;

public class Main {
    public static void main(String[] args) throws InterruptedException, 
FindFailed {

        Screen screen = new Screen();
        Pattern p = new 
Pattern("/Users/goldgames/Documents/SikuliX/ScreenShots/aaa.png");

        screen.wait(p,2).click();


    }
}

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to