Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 htmlUnit 驱动程序有点怀疑。在执行 htmlUnit 测试时是否需要安装任何 Web 浏览器?
不,HtmlUnit是一个网络浏览器。与传统浏览器的不同之处在于它没有 GUI(它是一个无头Web 浏览器),并且由您的 Java 代码而不是您的鼠标点击驱动。