com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses()方法的使用及代码示例

x33g5p2x  于2022-02-02 转载在 其他  
字(0.9k)|赞(0)|评价(0)|浏览(139)

本文整理了Java中com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses()方法的一些代码示例,展示了WebClient.loadDownloadedResponses()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。WebClient.loadDownloadedResponses()方法的具体详情如下:
包路径:com.gargoylesoftware.htmlunit.WebClient
类名称:WebClient
方法名:loadDownloadedResponses

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();

相关文章

WebClient类方法