Everything works fine with Firefox, but I can\'t start chrome. I\'m on linux, using php webdriver bindings.
require_once \"/usr/local/src/selenium/php-webdri
Without any blanks it worked for me on WinXP32:
java -Dwebdriver.chrome.driver=C:\chromedriver.exe -jar selenium-server.jar
You can try passing the webdriver.chrome.driver property from commandline while starting the selenium server. Like this:
java -Dwebdriver.chrome.driver = pathtochromedriver -jar selenium-server.jar
I am not sure about the reason why the other one is not working. You need to check whether its really setting the system property from code..