← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #670004]: Script does not find target image when App is in fullscreen mode

 

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

RaiMan proposed the following answer:
You might make the following test in fullscreen mode, to check, wether
it works at all:

# test script
wait(5) # time to manually switch to fullscreen mode
hover(find(capture()))

this should allow you to capture the respective image, then find it and
move the mouse to the center of the image.

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