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
driver=webdriver.Firefox(executable_path="add geckodriver.exe",log_path=None)
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.