本文整理了Java中com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses()
方法的一些代码示例,展示了WebClient.loadDownloadedResponses()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。WebClient.loadDownloadedResponses()
方法的具体详情如下:
包路径:com.gargoylesoftware.htmlunit.WebClient
类名称:WebClient
方法名:loadDownloadedResponses
[英]INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Loads downloaded responses into the corresponding windows. TODO: refactor it before next release.
[中]内部API-随时可能更改-使用风险自负。
将下载的响应加载到相应的窗口中。TODO:在下一个版本之前重构它。
代码示例来源:origin: net.sourceforge.htmlunit/htmlunit
webClient.loadDownloadedResponses();
代码示例来源:origin: HtmlUnit/htmlunit
webClient.loadDownloadedResponses();
代码示例来源:origin: jenkinsci/jenkins-test-harness
webClient.loadDownloadedResponses();
Page resultPage = webClient.getCurrentWindow().getEnclosedPage();
内容来源于网络,如有侵权,请联系作者删除!