I installed python3-selenium apt package on Ubuntu 16.04. While installing, got a message:
Suggested packages:
chromedriver firefoxdriver
The following NEW packages will be installed:
python3-selenium
When I try to run test cases in python3-django, I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/firefoxdriver/webdriver.xpi'
I did searching for packages name firefoxdriver in Ubuntu repositories but none exist.
Any help with installing the webdrivers appreciated.