Question #665575 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665575
Status: Open => Answered
RaiMan proposed the following answer:
ok, then you have to modify the java command in the runsikulix.cmd
"%JAVA_HOME%\bin\java.exe" %PARMS% -jar "%SIKULIX_HOME%%SJAR%.jar"
%SIKULI_COMMAND%
as
"%JAVA_HOME%\bin\java.exe" %PARMS% -cp <your-selenium-jar> -jar
"%SIKULIX_HOME%%SJAR%.jar" %SIKULI_COMMAND%
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp