I am getting an error when trying to open Firefox using Selenium in ipython notebook. I\'ve looked around and have found similar errors but nothing that exactly matches the
You are required to install geckodriver:
https://selenium-python.readthedocs.io/installation.html
Just download it, unzip it, and copy it to your python directory... Simple.