This is an extension from a previous post which I could not get to work, but I am now getting a new error after updating Selenium.
I am using Python 3.5, Windows 8.1, and Selenium 3.0.1.
I know the code works because it works on my Mac, but when I bring it over to my work computer which is described above, the only thing that happens is the browser will open, but it won't load anything, not even a homepage.
From everything I could find on search I downloaded the geckodriver, renamed it to wires.exe, and I added the directory to the system PATH environment variable.
I am completely lost on what to do to get this to work. Here is the code I'm using:
from selenium import webdriver
driver = webdriver.Firefox()
driver.get('https://www.google.com')
Here are the errors I am getting: