Can't create google chrome driver on Mac for Geb test
I am using Geb to run a Grails function test. I want to use the Chrome
driver, I follow these instructions:
https://code.google.com/p/selenium/wiki/ChromeDriver
I install the google chrome driver at:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
on my mac.
I run the test with the switch
-Dwebdriver.chrome.driver="/Applications/Google\
Chrome.app/Contents/MacOS/Google\ Chrome"
from eclipse.
When I run the test I get:
Caused by: java.lang.IllegalStateException: The driver executable does not
exist: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
any ideas?
No comments:
Post a Comment