为了账号安全,请及时绑定邮箱和手机立即绑定

htmlunit模拟浏览器访问页面,请问怎么设置页面停留时间

htmlunit模拟浏览器访问页面,请问怎么设置页面停留时间

holdtom 2018-07-16 14:26:18
WebClient webClient = new WebClient(BrowserVersion.FIREFOX_38,ip,port);webClient.getOptions().setJavaScriptEnabled(true);webClient.getOptions().setCssEnabled(false);webClient.setAjaxController(new NicelyResynchronizingAjaxController());webClient.getOptions().setTimeout(15000); webClient.getOptions().setThrowExceptionOnScriptError(false);webClient.getOptions().setThrowExceptionOnFailingStatusCode(false);webClient.addRequestHeader("Referer", "http://www.hao123.com");HtmlPage rootPage= webClient.getPage(url);
查看完整描述

2 回答

?
Cats萌萌

TA贡献1805条经验 获得超9个赞

Time.out("时间差")


查看完整回答
反对 回复 2018-07-25
?
炎炎设计

TA贡献1808条经验 获得超4个赞

Time.out("时间戳")


查看完整回答
反对 回复 2018-07-25
  • 2 回答
  • 0 关注
  • 1570 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信