I had problem with 2.2 debian version (I am not sure, but https did not work).
With latest ide there are modules that are not availables in 2.2 version, so export to webdriver script does not work out of the box. I build a new 2.39.0 package with the following proccedure (and now I can test https pages with selenium again and use export function from IDE): $ dpkg-source python-selenium $ wget https://pypi.python.org/packages/source/s/selenium/selenium-2.39.0.tar.gz $ cd python-selen* $ uupdate ../selenium-2.39.0.tar.gz $ cp README.md CREDITS.txt ../python-selenium-2.39.0 $ cd ../python-selenium-2.39.0 $ dpkg-commit $ # add_docs.patch (name of patch) $ dpkg-buildpackage -us -uc Just curious, which component of selenium is not free ? In your comment at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552099#24 is not very obvious. At home page selenium says it has Apache 2 license which is DFSG compatible Thank you very much -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org