How to install firefoxdriver webdriver for python3 selenium on ubuntu? How to install firefoxdriver webdriver for python3 selenium on ubuntu? selenium selenium

How to install firefoxdriver webdriver for python3 selenium on ubuntu?


I'm not sure how to install the Firefox webdriver after installing the python3-selenium package.

You could install using pip instead, ideally in a virtual environment.

If you have Firefox installed and you run pip install selenium in your virtual environment, you should be good to go.