Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

driver.get(url) not working properly  #2974

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 2974

Selenium version: Firefox WebDriver 2.14.0
Python: 2.7
OS: Win 7
Browser: Firefox  
Brower version: 7.0.1

Code:

from selenium import webdriver
from selenium.webdriver.common.keys import Keys

driver = webdriver.Firefox()
driver.get("http://www.python.org")
assert "Python" in driver.title
elem = driver.find_element_by_name("q")
elem.send_keys("selenium")
elem.send_keys(Keys.RETURN)
assert "Google" in driver.title
driver.close()

Problem:
Freeze at driver.get("http://www.python.org"). Rest of the statement not executed.
Don't show any exception either. 

Reported by mamunmdh on 2011-12-01 06:13:56


- _Attachment: pythonbug.png
![pythonbug.png](https://storage.googleapis.com/google-code-attachments/selenium/issue-2974/comment-0/pythonbug.png)_

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions