I'm developing and executing some tests with Jbehave and Selenium WebDriver.
When one of the tests try to write into a login field, then Chrome WebDriver try to access the address book and due lack of permissions shows this message:
Google Chrome[424:ea03] Address book access is denied for executable at path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
How can I avoid that the driver try to access to the Address book?