Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. Starting ChromeDriver 2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2) on port 2181
  2. Only local connections are allowed.
  3. Jan 20, 2020 9:51:28 AM org.openqa.selenium.remote.ProtocolHandshake createSession
  4. INFO: Detected dialect: OSS
  5. Exception in thread "main" org.openqa.selenium.InvalidSelectorException: invalid selector: Compound class names not permitted
  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. For documentation on this error, please visit: http://seleniumhq.org/exceptions/invalid_selector_exception.html
  10. Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T15:28:36.4Z'
  11. 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'
  12. Driver info: org.openqa.selenium.chrome.ChromeDriver
  13. 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.e7s1Xv}, takesHeapSnapshot=true, pageLoadStrategy=normal, unhandledPromptBehavior=, databaseEnabled=false, handlesAlerts=true, version=79.0.3945.130, browserConnectionEnabled=false, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]
  14. Session ID: 0e9c6ba36dd57b99587d39874b9316ab
  15. *** Element info: {Using=class name, value=gLFyf gsfi}
  16. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  17. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  18. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  19. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  20. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
  21. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
  22. at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
  23. at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:82)
  24. at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:45)
  25. at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
  26. at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
  27. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:586)
  28. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:356)
  29. at org.openqa.selenium.remote.RemoteWebDriver.findElementByClassName(RemoteWebDriver.java:442)
  30. at org.openqa.selenium.By$ByClassName.findElement(By.java:391)
  31. at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:348)
  32. at com.kodilla.testing2.google.GoogleTestingApp.main(GoogleTestingApp.java:14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement