I\'m trying to use Chrome Drive to execute some of my tests, which are working perfectly with Firefox, but I\'m not being able to execute them, I\'m already verified the req
Download the ChromeDriver.exe from http://code.google.com/p/selenium/downloads/list then add the system property like so:
System.setProperty("webdriver.chrome.driver", "...\chromedriver.exe");