我正在使用Jbehave和Selenium WebDriver开发和执行一些测试。
当其中一项测试尝试写入登录字段时,Chrome WebDriver会尝试访问该地址簿,因此缺少权限会显示以下消息:
Google Chrome[424:ea03] Address book access is denied for executable at path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
如何避免驱动程序尝试访问地址簿?
答案 0 :(得分:-1)
这可能是由Chrome的自动填充引起的。
我不知道你是否可以告诉司机来控制它。但是可以避免Chrome使用联系人进行自动填充:在其自动填充设置中禁用“包括地址簿卡中的地址”。