如何使用HtmlUnit从按钮(没有链接)获取href值

时间:2018-02-07 13:11:41

标签: javascript java htmlunit

我正在尝试访问使用如此多JavaScript的网页。

我需要进行pdf下载,但是使用请求而不是点击htmlUnit中的方法。但我不知道网址是什么。

我有按钮:

GetDescriptionforEnumColumn(dtBank, array of enum, array of columNames);

Obs。:我无法提供网页网址,这是隐秘的。

在Js文件中:

<button id="j_idt29" name="j_idt29" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only RedButton" onclick="PrimeFaces.onPost();" type="submit" role="button" aria-disabled="false"><span class="ui-button-text ui-c">PDF Donwload </span></button>

1 个答案:

答案 0 :(得分:0)

在js中搜索

var n = InputHelper.NextInt();
while (n > 0)
{
    n--;
    Console.WriteLine(InputHelper.NextInt());
}

链接将在那里设置