← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #152972]: Sikuli and VMs

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, talking about vm was misleading. What we are talking about is Remote
Desktop. As long as the remote machine has its own real monitor, that is
showing what's going on during script run, the Sikuli script should work
as expected. If the remote screen e.g. goes to sleep mode during script
run, it will not work. So you might start something in the remote
session and then hide the screen - the script should go on running on
the remote machine with its real monitor.

What you are talking about Selenium is the Selenium internal use of
network communication to pass the test to a remote machine given by an
IP-address. This is not yet available in Sikuli: tell a remote Sikuli
server to run a script that I am passing to it. You have to do it on
your own by other means (the mentioned XML-RPC is one possibility).

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