Selenium using Python – Geckodriver executable needs to be in PATH

selenium.common.exceptions.WebDriverException: Message: ‘geckodriver’ executable needs to be in PATH. First of all you will need to download latest executable geckodriver from here to run latest Firefox using Selenium Actually, the Selenium client bindings tries to locate the geckodriver executable from the system PATH. You will need to add the directory containing the executable to the system path. On … Read more