我需要单击一个添加按钮。我已经遍历到具有该按钮的页面,从查看结果树中的响应数据验证。我尝试发出获取请求(发布按钮单击 URL),但没有奏效。
下面是按钮的 HTML
<button
class="bigbutton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
onclick="var win = this.ownerDocument.defaultView || this.ownerDocument.parentWindow; if (win == window) { window.location.href='?x=KOGI5TeEN-U*JE6roI7oZMd-OfKSr5oQnRTh7tHdN*Bh66LwE2vEHDjxo9WFuOf7Ti2zcBh-IaE'; } ;return false"
style="float: right;"
role="button"
aria-disabled="false">
<span class="ui-button-text"> Add </span>