← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- find(Region(0,0,100,100)).highlight(3)
a Region cannot be used for a search - only image files or Patterns

--- [error] highlight does not work on Linux.
this is by design - sorry

--- print exists(capture(0,0,100,100))

- the capture produces this image file  /tmp/sikuli-2424115687081084662.png
- which in turn is used for the search
- and is found here: M[0,0 100x100]@S(S(0)[0,0 1024x600]) S:1,00 Center:50,50

meaning, the normal operation of SikuliX works fine.

Your problem with preview:
wait a while, before clicking the target off set tab or first click the Preview Matches tab.
this is a bug and should be fixed with 1.1.0

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