标签: selenium selenium-chromedriver
换句话说,firefox具有如下选项:
firefoxProfile.setPreference("app.update.auto", false);
这将确保在运行测试时不会更新firefox浏览器。
类似地,我们 有chrome和IE驱动程序的选项。我想知道一种添加到chrome驱动程序选项的方法,以便在硒测试运行时不会更新chrome浏览器。 IE浏览器也是如此。