Guest User

Untitled

a guest
Jan 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. [chrome #01-1]
  2. [chrome #01-1] C:UsersUser1Projectsui-auto.qanode_modulesselenium-webdriverliberror.js:546
  3. [chrome #01-1] throw new ctor(message);
  4. [chrome #01-1] ^
  5. [chrome #01-1] WebDriverError: unknown error: cannot find Chrome binary
  6. [chrome #01-1] (Driver info: chromedriver=2.45.615279 (12b89733300bd268cff3b78fc76cb8f3a7cc44e5),platform=Linux 4.14.77-70.59.amzn1.x86_64 x86_64) (WARNING: The server did not provide any stacktrace information)
  7. [chrome #01-1] Command duration or timeout: 4 milliseconds
  8. [chrome #01-1] Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
  9. [chrome #01-1] System info: host: 'ip-10-0-39-73', ip: '10.0.39.73', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.77-70.59.amzn1.x86_64', java.version: '1.8.0_141'
  10. [chrome #01-1] Driver info: driver.version: unknown
  11. [chrome #01-1] at Object.checkLegacyResponse (C:UsersUser1Projectsui-auto.qanode_modulesselenium-webdriverliberror.js:546:15)
  12. [chrome #01-1] at parseHttpResponse (C:UsersUser1Projectsui-auto.qanode_modulesselenium-webdriverlibhttp.js:509:13)
  13. [chrome #01-1] at doSend.then.response (C:UsersUser1Projectsui-auto.qanode_modulesselenium-webdriverlibhttp.js:441:30)
  14. [chrome #01-1] at process._tickCallback (internal/process/next_tick.js:68:7)```
  15.  
  16. The grid was started like this
  17. ```java -jar ./selenium-server-standalone-3.141.59.jar -role hub```
  18.  
  19. ```java -Dwebdriver.chrome.driver=./grid/chromedriver -jar ./selenium-server-standalone-3.13.0.jar -role node -hub http://10.0.39.73:4444/grid/register/ ```
  20.  
  21. In the grid I can see ```15:30:45.313 INFO [TestSlot.getNewSession] - Trying to create a new session on test slot {server:CONFIG_UUID=114e6ab9-df3e-4501-a55b-eac7882a9253, seleniumProtocol=WebDriver, browserName=chrome, maxInstances=5, platformName=LINUX, platform=LINUX}```
  22.  
  23. From the grid console, seems everything is fine. Also, the driver has been placed in the same location as the selenium-server-standalone-3.141.59.jar.
Add Comment
Please, Sign In to add comment