I am learning python and I am running into an issue
from selenium import webdriver
driver = webdriver.Firefox()
driver.get('http://www.google.com')
my firefox launches but it does not go on google.com like it is supposed to be but rather stays as a blank page.