← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202820]: Selenium in sikuli

 

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

RaiMan posted a new comment:
The problem seems to be, that you are using a selenium version for
Python, that is written for Python language level 2.7

This seems to somehow conflict with the Jython used in Sikuli, which is on Python language level 2.5
The Selenium stuff expects a property object 2.7 and gets one tha is for 2.5

So you need a Selenium Python library that is compatible with language
level 2.5 or you have to look for some Selenium setting, that forces
compatibility with language level 2.5.

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