After many attempts, I found a configuration such as (scroll through the code window to find the chrome_binary property)
For Windows environment
java -jar selenium-server-standalone-2.52.0.jar -role webdriver -Dwebdriver.chrome.driver="\path\to\chromedriver.exe" -browser "browserName=chrome,version=__version__,maxinstance=__no__,platform=WINDOWS,chrome_binary=\path\to\chrome\binary\chrome.exe" -hubHost __address__ -port __port__
works like a charm
source share