selenium & sikuli on VM

Asked by goran

Hi guys,
I started to play with sikuli integrated with selenium
It looks nice and stable enough on my local machine but if i want to run the code on my local machine and start tests on a VM for example, sikuli code fails with error
********
FindFailed: can not find C:\XXX\test.sikuli\Shertcutte-1.png on the screen.
Line ?, in File ?
********

Is it possible to run the test on one machine but start the browser and execute all the tests on a on a VM or remote machine?

Thanx

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--1. a machine, Sikuli scripts are running on (having a Sikuli installation), need access to a real screen (no headless machines possible)

--2. the images captured on the development machine have to be present on the target machine being the same pixel by pixel (resolution as such does not matter, as long as each pixel is the same) (e.g. different rendering in browsers might be a problem)

--3. some solutions for remote access like VNC based stuff can be used in many cases.

You may find many questions and some solutions in this board (e.g. faq 1857)

Can you help with this problem?

Provide an answer of your own, or ask goran for more information if necessary.

To post a message you must log in.