Hello,
the python-selenium packages is missing (at least) the following file:
selenium/webdriver/firefox/webdriver_prefs.json
This leads to following simple code not working:
--8<---------------cut here---------------start------------->8---
import selenium
profile = selenium.webdriver.FirefoxProfile()
--8<---------------cut here---------------end--------------->8---
It tries to load the preferences from the JSON file, but it is not part
of our package. The source archive on PyPI does have it.
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.