dxxzst / alexamaster-autovote

通过puppeteer,实现alexamaster自动刷Good Votes
https://www.youneed.win/alexamaster%E8%87%AA%E5%8A%A8%E5%88%B7good-votes.html
17 stars 12 forks source link

autovote 并不能运行。 #8

Open djlshk opened 3 years ago

djlshk commented 3 years ago

error happened in run:No node found for selector: body > div.wrapper > div.content > div > div > div > div > div > div.col-md-5.col-md-offset-1 > form > div.card-content > div:nth-child(2) > div > input

以上是报错信息,想问问大佬是什么原因。。

OIdDriver commented 3 years ago

改成:body > div.wrapper > div.content > div > div > div > div.row > div > div.card > form > div.card-content > div:nth-child(2) > div > input

djlshk commented 3 years ago

改成:body > div.wrapper > div.content > div > div > div > div.row > div > div.card > form > div.card-content > div:nth-child(2) > div > input

因为最新的页面修改了吗?是不是后面的代码都需要更新了