无法在 Eclipse 中使用 htmlunitdriver



我正在尝试在 eclipse 中使用 HTMLunitdriver。

我写过

WebDriver driver = new HtmlUnitDriver();

所有 jar 文件都添加到构建路径中,但我收到错误"无法将 HTMLunit 驱动程序解析为类型"。

任何人都可以提供任何指示吗?

嗨,

阿琼,请降级到 2.52,它肯定会起作用,我已经弄清楚了为什么它不起作用

HtmlUnitDriver was a part of Selenium main distribution package prior to Selenium version
2.53. If you are using Selenium 2.52 or earlier you don't need to download and install 
HtmlUnitDriver, it is already there.
According to Selenium evolution strategy drivers should be separated from Selenium, 
and a driver release cycle should be synchronized with the target browser release cycle 
instead of Selenium release cycle. So this happened to HtmlUnitDriver too. It's not a part 
of the main Selenium distribution since version 2.53.

请通过链接获取更多信息https://github.com/SeleniumHQ/htmlunit-driver另外,如果您想继续使用2.53版本,请在此处下载HtmlUnitDriver表格 https://github.com/SeleniumHQ/htmlunit-driver/releases

相关内容

  • 没有找到相关文章

最新更新