Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Starting ChromeDriver 2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2) on port 16247
  2. Only local connections are allowed.
  3. Jan 20, 2020 9:56:34 AM org.openqa.selenium.remote.ProtocolHandshake createSession
  4. INFO: Detected dialect: OSS
  5. Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'
  6. (Session info: chrome=79.0.3945.130)
  7. (Driver info: chromedriver=2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2),platform=Mac OS X 10.14.6 x86_64) (WARNING: The server did not provide any stacktrace information)
  8. Command duration or timeout: 0 milliseconds
  9. Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
  10. System info: host: 'Tomaszs-Air', ip: 'fe80:0:0:0:1022:b968:b4ba:96d1%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '1.8.0_231'
  11. Driver info: org.openqa.selenium.chrome.ChromeDriver
  12. Capabilities [{mobileEmulationEnabled=false, hasTouchScreen=false, platform=MAC, acceptSslCerts=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, platformName=MAC, setWindowRect=true, unexpectedAlertBehaviour=, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2), userDataDir=/var/folders/z9/s5cq9ch51jb436w_98z236cr0000gn/T/.org.chromium.Chromium.yq5Xnu}, takesHeapSnapshot=true, pageLoadStrategy=normal, unhandledPromptBehavior=, databaseEnabled=false, handlesAlerts=true, version=79.0.3945.130, browserConnectionEnabled=false, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]
  13. Session ID: c186ec7ee83e466e804808f6a17daf4a
  14. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  15. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  16. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  17. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  18. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
  19. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
  20. at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
  21. at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:82)
  22. at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:45)
  23. at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
  24. at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
  25. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
  26. at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:279)
  27. at org.openqa.selenium.remote.RemoteWebElement.sendKeys(RemoteWebElement.java:100)
  28. at com.kodilla.testing2.google.GoogleTestingApp.main(GoogleTestingApp.java:15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement