from selenium import webdriver from selenium.common.exceptions import TimeoutException from selenium.webdriver.support.ui impo
I had the similar problem. All I had to do was delete the existing geckodriver.exe and download the latest release of the same. You can find the latest release here https://github.com/mozilla/geckodriver/releases.