← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #667091]: Click on random places

 

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.