作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 Eclipse 中使用 HTMLunitdriver。
我写了
WebDriver driver = new HtmlUnitDriver();
所有 jar 文件都添加到构建路径中,但我收到错误“HTMLunit 驱动程序无法解析为类型”。
任何人都可以提供任何指示吗?
最佳答案
嗨,arjun,请降级到 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
关于java - 无法在 Eclipse 中使用 htmlunitsdriver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36882767/
我正在尝试在 Eclipse 中使用 HTMLunitdriver。 我写了 WebDriver driver = new HtmlUnitDriver(); 所有 jar 文件都添加到构建路径中,但
我是一名优秀的程序员,十分优秀!