← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #688238]: Sikuli doesn't see opened applications on mac os

 

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

Jerome gave more information on the question:
here's sikuli script I use

import org.sikuli.script.ImagePath;
ImagePath.setBundlePath('/Users/jman/Documents/sikuli/images');

screen = Screen()
screen.showScreens()
    
file = screen.capture(screen.getBounds())
print("Saved screen as "+file.getFilename())

wait('button');
print('ok');

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.