0

Possible Duplicate:
selenium webdriver.get(url) does not open the url

I'm using selenium python client and my code is quite simple :

from selenium import webdriver

browser = webdriver.Firefox()
browser.get("http://www.google.com")

My firefox : 15.0.1 OS: Ubuntu Python : 2.6.5

It does open the firefox but then it didn't open google, just stay there do nothing.

Any help ?

Community
  • 1
  • 1
WoooHaaaa
  • 19,732
  • 32
  • 90
  • 138

0 Answers0