5

[追加] ボタンをクリックする必要があります。[結果ツリーの表示] の応答データから確認できるように、[ボタン] のあるページに移動しました。get リクエスト (投稿ボタンのクリック 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>
4

1 に答える 1