System.setProperty("webdriver.chrome.driver","C:/Program Files (x86)/Google/Chrome/Application/chromedriver");
WebDriver driver = new ChromeDriver();
driver.get("http://www.baidu.com");
Eclipse执行后提示"Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: C:\Program Files (x86)\Google\Chrome\Application\chromedriver"
环境变量里的系统变量的path已加"C:\Program Files (x86)\Google\Chrome\Application"
chrome版本36.0.1985.125
chromedriver版本v2.12