sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38351
Re: [Question #294000]: Location outside any screen
Question #294000 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294000
Status: Open => Answered
RaiMan proposed the following answer:
apparently in your Jenkins situation Java does not report being headless (so their must be some screen configuration available), but during init of mouse support a mouse location of (14270784, 14270784) is reported from Java MousePointer, which does not fit with the screen config, which in turn gives you:
[error] Location: outside any screen (14270784, 14270784) - subsequent actions might not work as expected
... and it does not work apparently, since later you get an NPE using
this mouse location (which I admit should be an error message again - I
will check how this can give a NPE ;-)
but anyway: your screen configuration is not valid at least as SikuliX
sees it.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.