開いたばかりのページのボタンをクリックしようとしましたが、TypeError: Cannot read property 'body' of undefined
var target = window.open("link");
target.document.body.getElementsByClassName("button class").item().click()
手伝ってもらえますか?
開いたばかりのページのボタンをクリックしようとしましたが、TypeError: Cannot read property 'body' of undefined
var target = window.open("link");
target.document.body.getElementsByClassName("button class").item().click()
手伝ってもらえますか?