HtmlUnit document.location

时间:2014-09-18 12:19:57

标签: java htmlunit

我有一些带有以下脚本的HtmlPage:

<script>
    document.location = http://myotherpage.com
</script>

我用这段代码创建了它:

HtmlPage htmlPage = (HtmlPage) webClient.getPageCreator().createPage(webResponse, webClient.getCurrentWindow());

&#34; http://myotherpage.com&#34;将302重定向发送到另一页。我怎么能创建其他页面/窗口?一个有302重定向,第二个是这个重定向的结果?

0 个答案:

没有答案