sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17405
Re: [Question #226291]: integrating selenium with sikuli ide
Question #226291 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226291
Status: Answered => Open
ABET is still having a problem:
Y. I tried that as well but got errors.
this is what I did:
- copied the selenium.jar file over to the IDE dir /Applications/Sikuli-IDE.app/Contents/Resources/java/
- started sikuli with a classpath exported:
> export HOME=/Applications/Sikuli-IDE.app/Contents/Resources/java
> export CLASSPATH=/Applications/Sikuli-IDE.app/Contents/Resources/java
> java -cp $CLASSPATH -jar $HOME/sikuli-script.jar -i
>>> import selenium
(got err: no module named selenium)
>>> import org.openqa.selenium as WD
(also got an err: no module named openqa)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.