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.

_______________________________________________
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