← 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:
What system is on the machine?
What Java version do you use?
You are using 1.0.1 as I remember.

when having problems with 1.0.1+, you should start the IDE from command line using the parameters 
-d 3 -c
(forget about the startup dialog, just click ok without doing anything)

this has the advantage, that everything that goes to stdout or std err
is shown in the command line window and is easier to inspect.

As I can see in the background of the preview shot: there is a Java
exception reported. (This will be better seen with the above approach)

Before doing anything else, you should just run a simple test in the IDE:
find(Region(0,0,100,100)).highlight(3)

this does not need any interaction and uses the kernel features of
Sikuli.

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