← Back to team overview

sikuli-driver team mailing list archive

[Question #226291]: integrating selenium with sikuli ide

 

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

Is there a way to integrate the selenium (from jar file) with sikuli ide?
was trying this:
sys.path.append(r'<PATH>/selenium.jar')
import selenium
from selenium import webdriver

and get a bunch of errors.

Tried using the python version of selenium, and getting a bunch of errors too
sys.path.append(r'<PATH>/selenium.egg')
import selenium
from selenium import webdriver
But if I try this on python directly, it seemed to work.

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