← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #192447]: Using Sikuli with Slenium in NetBeans

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Not really a Sikuli question ;-)

I had a look into the Python Selenium client selenium-2.20.0
(http://pypi.python.org/pypi/selenium)

This contains a folder structure

selenium-2.20.0
-- py
---- selenium

this selenium folder is the only thing needed for your Netbeans setup
with Sikuli

put it in your sys.path (or in the library setup in Ntebeans project)
and use

from selenium import web driver
# you script it

the above download page contains an example.

Another possibility is to use Seleniums Java API from your Sikuli Jython
scripts, since one of the strength of Jython is the seamless integration
of any Java stuff.

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