I'm trying to learn selenium and running a simple program always give me an invalid address. The program runs successfully and a browser window open, but it does not go to the address and I instead get "the address isnt valid." I have selenium and firefox properly installed, as far as I know.
any help is appreciated, thanks!
from selenium import webdriver
browser = webdriver.Firefox()
browser.get('http://youtube.com')