标签: java browser
有没有人知道任何用于程序化网页浏览的Java库?
Prowser没有删除它,因为没有“按下按钮”方法,Watij仅限于Internet Explorer Windows。
答案 0 :(得分:12)
的HtmlUnit?
http://htmlunit.sourceforge.net/
以上链接说:
... HtmlUnit不是通用的单元测试 框架。这是一种特别的方式 模拟浏览器进行测试 目的...
答案 1 :(得分:1)
您可以在Selenium中找到您想要的内容,特别是在this IBM article中使用Selenium Server时