← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #353956]: Permission issue with Selenium in Sikuli

 

Question #353956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/353956

RaiMan proposed the following answer:
--- about selenium4sikulix
Experimental: Play with Selenium
This is about a first step to better support the side-by-side usage of Selenium and SikuliX in scripts.
You might run a showcase with Selenium Firefox (take care you have the latest Firefox installed).

These are the steps (tested only on Mac and Windows):
- have a setup with a build version 2015-07-03+
- on a command line run java -jar setup....jar options extensions which will download and store the supporting jar
- in the IDE run a script containing only: runScript("git*selenium"), which will run a script from the net (https://github.com/RaiMan/SikuliX-2014/blob/master/TestScripts/selenium/selenium.py)

You might also download the selenium4sikulix jar from here:
http://nightly.sikuli.de/selenium4sikulix.jar

Since information about usage are not yet in the docs, you have to look
into the script, to get an idea.

The solution is based on the Selenium Java package and is currently
prepared for Jython scripting. So there is no need to fiddle around with
any Python packages, pip installs or Jython problems with the Python
stuff.

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