this is an extension from a previous post that I made here that I could not work with, but now I get a new error after updating Selenium.
I am using Python 3.5, Windows 8.1, Selenium 3.0.1
I know that the code works because it works on my MAC, but when I transfer it to my working computer, which is described above, the only thing that happens is to open a browser, but it will not load anything, not even the home page.
From everything that I could find in the search, I downloaded geckodriver, renamed it to wire.exe and added the directory to the PATH system.

I completely lost what to do to make it work. Here is the im code using:
from selenium import webdriver driver = webdriver.Firefox() driver.get('https://www.google.com')
Here are the errors I get:

python firefox selenium geckodriver
Senor penguin
source share