← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #218387]: find fails for OpenGL UI

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
ok, fullscreen is surely a possible cause of the problem.
any chance to run the app in windowed mode?

What system?

You can use this to capture a screenshot, and look at it after the script has ended:
import shutil
img = capture(SCREEN) # captures the primary screen
shutil.move(img, "absolute-path-to-you-name-it.png")

the move moves the temporary image (will be deleted at script end) to a
safe place of your choice.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.