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

Hello,

I do my first steps with Sikluli, but not successful.
Here my steps:

1.) Take screenshot(with greenshot) of my butoon (Windows-Sicherheit_OK.png)
2.) Execute this code:
                ScreenRegion screen = new DesktopScreenRegion();
                Mouse mouse = new DesktopMouse();
                Keyboard kb = new DesktopKeyboard();

                Target target = new ImageTarget(new File(SikuliImagesPath + 
"Windows-Sicherheit_OK.png"));
                ScreenRegion region = screen.find(target);
                mouse.click(region.getCenter());

The button is present on the screen, but I always get:
                 SLF4J: Failed to load class 
"org.slf4j.impl.StaticLoggerBinder".
                 SLF4J: Defaulting to no-operation (NOP) logger implementation
                 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder 
for further details.

What I'm doing wrong ? Any idea ?
Thanks in advance

Martin

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