Chrome on remote webdriver (via Grid) failed to start Chrome on remote webdriver (via Grid) failed to start selenium selenium

Chrome on remote webdriver (via Grid) failed to start


Finally, it works!

I changed two things:

  • use a different chromedriver (linux64 instead of linux32)
  • include the chromedriver path on the command using Dwebdriver.chrome.driver switch:

    java -jar ./selenium-server-standalone-2.35.0.jar - Dwebdriver.chrome.driver='/opt/drivers/chromedriver' -role webdriver -hub  http://192.168.1.10:4444/grid/register -port 5566 -browser browserName=chrome,maxInstances=5,platform=LINUX &

Thank you very much for your reference :)