Advertisement
hakegawa

firefox

Jun 15th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. ======================================================================
  2. ERROR: test_test (MainPageTest.MainPageTest)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/Users/m.vasilyeva/PycharmProjects/markup_tests/MainPageTest.py", line 15, in setUp
  6. self.bv = BaseTestCase.setUp(self)
  7. File "/Users/m.vasilyeva/PycharmProjects/markup_tests/BaseTestCase.py", line 36, in setUp
  8. 'proxyType': 'manual'
  9. File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 92, in __init__
  10. self.start_session(desired_capabilities, browser_profile)
  11. File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 179, in start_session
  12. response = self.execute(Command.NEW_SESSION, capabilities)
  13. File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
  14. self.error_handler.check_response(response)
  15. File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
  16. raise exception_class(message, screen, stacktrace)
  17. WebDriverException: Message: Unrecognized channel: 54
  18. Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
  19. System info: host: 'WIN7FF-03', ip: '10.16.102.109', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_131'
  20. Driver info: driver.version: FirefoxDriver
  21. Stacktrace:
  22. at org.openqa.selenium.firefox.FirefoxBinary$Channel.lambda$fromString$1 (FirefoxBinary.java:86)
  23. at java.util.Optional.orElseThrow (None:-1)
  24. at org.openqa.selenium.firefox.FirefoxBinary$Channel.fromString (FirefoxBinary.java:86)
  25. at org.openqa.selenium.firefox.FirefoxOptions.determineBinaryFromCapabilities (FirefoxOptions.java:245)
  26. at java.util.stream.ReferencePipeline$3$1.accept (None:-1)
  27. at java.util.stream.Streams$StreamBuilderImpl.tryAdvance (None:-1)
  28. at java.util.stream.ReferencePipeline.forEachWithCancel (None:-1)
  29. at java.util.stream.AbstractPipeline.copyIntoWithCancel (None:-1)
  30. at java.util.stream.AbstractPipeline.copyInto (None:-1)
  31. at java.util.stream.AbstractPipeline.wrapAndCopyInto (None:-1)
  32. at java.util.stream.FindOps$FindOp.evaluateSequential (None:-1)
  33. at java.util.stream.AbstractPipeline.evaluate (None:-1)
  34. at java.util.stream.ReferencePipeline.findFirst (None:-1)
  35. at org.openqa.selenium.firefox.FirefoxOptions.getBinaryOrNull (FirefoxOptions.java:225)
  36. at org.openqa.selenium.firefox.FirefoxDriver.toExecutor (FirefoxDriver.java:204)
  37. at org.openqa.selenium.firefox.FirefoxDriver.<init> (FirefoxDriver.java:108)
  38. at org.openqa.selenium.firefox.FirefoxDriver.<init> (FirefoxDriver.java:137)
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (None:-2)
  40. at sun.reflect.NativeConstructorAccessorImpl.newInstance (None:-1)
  41. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (None:-1)
  42. at java.lang.reflect.Constructor.newInstance (None:-1)
  43. at org.openqa.selenium.remote.server.FirefoxDriverProvider.callConstructor (FirefoxDriverProvider.java:81)
  44. at org.openqa.selenium.remote.server.FirefoxDriverProvider.newInstance (FirefoxDriverProvider.java:63)
  45. at org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance (DefaultDriverFactory.java:60)
  46. at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call (DefaultSession.java:222)
  47. at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call (DefaultSession.java:209)
  48. at java.util.concurrent.FutureTask.run (None:-1)
  49. at org.openqa.selenium.remote.server.DefaultSession$1.run (DefaultSession.java:176)
  50. at java.util.concurrent.ThreadPoolExecutor.runWorker (None:-1)
  51. at java.util.concurrent.ThreadPoolExecutor$Worker.run (None:-1)
  52. at java.lang.Thread.run (None:-1)
  53. -------------------- >> begin captured logging << --------------------
  54. requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.16.102.10
  55. requests.packages.urllib3.connectionpool: DEBUG: http://10.16.102.10:8086 "POST /proxy?trustAllServers=true HTTP/1.1" 200 13
  56. selenium.webdriver.remote.remote_connection: DEBUG: POST http://10.16.102.10:8099/wd/hub/session {"requiredCapabilities": {}, "desiredCapabilities": {"browserName": "firefox", "version": "54", "proxy": {"httpProxy": "10.16.102.10:8087", "sslProxy": "10.16.102.10:8087", "proxyType": "manual"}}}
  57. selenium.webdriver.remote.remote_connection: DEBUG: Finished Request
  58. --------------------- >> end captured logging << ---------------------
  59.  
  60. ----------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement