New question #268529 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268529

i try to integrate Sikuli with Robotframework, Selenium. 

I am using Sikuli 1.1.0 nightly wituild 20150610  in windows7 64 bit . 

I am following some integration information as following:

http://www.8bitavenue.com/2012/04/sikuli-selenium-robot-framework-integration

Many information is written back to 2012. So they talked about 
sikuli-scripts.jar. 

My question is what is the equivalent to sikuli-script.jar when I use Sikuli 
1.1.0

i unzipped sikulix.jar and sikulixapi.jar in local folder 2 times sequentially. 
I tried to run
' jython.bat SikuliRemoteLibrary.py' but i get the 
Java.Lang.ExceptioninInitializerError just around 

>From org.sikuli.script import *. 

I doubt the problem is version issue. 
'

4.Copy C:\\Program Files\\Sikuli X\\sikuli-script.jar into C:\\robot\\libs. 
Note that this step is only to put things in one place but you can skip this 
step and only point to Sikuli jar file
5.Add C:\\robot\\libs\\sikuli-script.jar to your java class path. You need to 
set the CLASSPATH environment variable. Make sure there is no extra spaces 
otherwise problems may arise.
6.Run the remote server. Go to:  C:\\robot\\libs and type: jython.bat 
SikuliRemoteLibrary.py
7.Launch RIDE. From the command line type: ride.py
 

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to