ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

ChromeDriverTest.testSwitchToParentFrame fails on chromedriver_webview_shell #994

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

======================================================================
ERROR: testSwitchToParentFrame (__main__.ChromeDriverTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/chrome/test/chromedriver/test/run_py_tests.py", line 349, in testSwitchToParentFrame
    self._driver.Load(self.GetHttpUrlForFile('/chromedriver/nested.html'))
  File "/b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/chrome/test/chromedriver/test/../client/chromedriver.py", line 192, in Load
    self.ExecuteCommand(Command.GET, {'url': url})
  File "/b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/chrome/test/chromedriver/test/../client/chromedriver.py", line 176, in ExecuteCommand
    response = self._ExecuteCommand(command, params)
  File "/b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/chrome/test/chromedriver/test/../client/chromedriver.py", line 169, in _ExecuteCommand
    response = self._executor.Execute(command, params)
  File "/b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/chrome/test/chromedriver/test/../client/command_executor.py", line 168, in Execute
    response = self._http_client.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.7/socket.py", line 430, in readline
    data = recv(1)
timeout: timed out

Original issue reported on code.google.com by samu...@chromium.org on 8 Dec 2014 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 9 Dec 2014 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:25