← Back to team overview

sikuli-driver team mailing list archive

[Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

 

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

@Raiman 
I have recently setup the sikuli on the eclipse using the method you mentioned in the 
https://answers.launchpad.net/sikuli/+question/179741
In my sikuli script I am importing the selenium jar file by the following command  
Load("selenium-server-standalone-3.0.1.jar")
This command works fine in the sikuli ide but I get the following error when I run it on Eclipse:
Traceback (most recent call last):
  File "C:\Sikuli\AutomatedSmokeTests\Start.sikuli\StartCCC.py", line 2, in <module>
    load("selenium-server-standalone-3.0.1.jar")
NameError: name 'load' is not defined
Is there something I am missing ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.