是。用于镀铬
DefaultSelenium selenium = new DefaultSelenium("localhost", 4444, "*custom path/to/chromium" , "www.google.com");selenium.start();您可以使用的其他选项是 custom, chrome(注意:这不是Google chrome,仅适用于Firefox模式),
googlechrome, iexplore。请查看硒文档以获取模式的完整列表。
编辑: 谷歌浏览器更改为铬



