How to set up Python 3 Selenium/Geckodriver for Firefox on Windows 10?
问题 EDIT: Solved offsite. Put the details in the comment below. (Hope that's okay SO etiquette?) Original post: Saw a lot of people have had problems like this, but in all my searches I saw a lot of conflicting and confusing information that I didn't understand - this is all a bit out of my newbie depth. I installed Selenium in PyCharm and was attempting to run this code from the book Automate The Boring Stuff with Python: from selenium import webdriver browser = webdriver.Firefox() browser.get(