We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以通过 Java 使用 Selenium API 来执行此操作:
http://seleniumhq.org/docs/05_selenium_rc.html< /a>
You could do this using Selenium APIs via Java:
http://seleniumhq.org/docs/05_selenium_rc.html
如果您不需要 Internet Explorer 来执行此操作,您可以使用 htmlunit 来完成此工作:
使用 htmlunit,您无法以 jpeg 形式拍摄快照,但您可以访问可以使用的页面的 html 代码。
If you don't need the internet explorer to do this, you could use htmlunit to do the job:
With htmlunit you can't take a snapshot in form of a jpeg, bug you can access the html code of the page which you can use instead.