Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サイトでこのリンクを自動クリックしたい。
<a href="/wall/withdraw.php?processor=ppp">Withdraw</a>
ありがとう!
そのメソッドを起動できますclick()。
click()
<a href="/wallet/withdraw.php?processor=ppp" id="foo">Withdraw</a> document.getElementById("foo").click();
要素を選択するには何らかの方法が必要です。ID を指定して使用しましたgetElementById()
getElementById()