

But first, to answer the question as to where you can download firefoxdriver, my answer would be maybe firefoxdriver is not available, because the file is now called geckodriver, but it's really called Marionette Driver. I'm not certain if this will fix the issue you're having, but you can give it a try.

I did searching for packages name firefoxdriver in Ubuntu repositories but none exist.Īny help with installing the webdrivers appreciated! t_preference("", True)īrowser = webdriver.Firefox(firefox_profile=getProfile())įile "/usr/lib/python3/dist-packages/selenium/webdriver/firefox /webdriver.py", line 77, in initįile "/usr/lib/python3/dist-packages/selenium/webdriver/firefox/extension_connection.py", line 47, in initįile "/usr/lib/python3/dist-packages/selenium/webdriver/firefox/firefox_profile.py", line 91, in add_extensionįile "/usr/lib/python3/dist-packages/selenium/webdriver/firefox/firefox_profile.py", line 251, in _install_extensionĬompressed_file = zipfile.ZipFile(addon, 'r')įile "/usr/lib/python3.5/zipfile.py", line 1009, in initįileNotFoundError: No such file or directory: '/usr/lib /firefoxdriver/webdriver.xpi'

When I try to run the following python code, #! /usr/bin/python3.5 The following NEW packages will be installed: While installing, got a message: Suggested packages: I installed python3-selenium apt package on Ubuntu 16.04.
