So I have read all the docs on adding chromedriver to my path and followed all of them. I am on a Mac with selenium2, maven, eclipse, and all the latest drivers:
<
Try this:
System.setProperty("webdriver.chrome.driver","/location to/chromedriver folder"); WebDriver driver = new ChromeDriver(); driver.get("your.app");