ikechan8370 / chatgpt-plugin

云崽系机器人的智能聊天插件
https://www.yunzai.chat/
GNU General Public License v3.0
965 stars 100 forks source link

fix: waitForTimeout is not a function #674

Closed huvz04 closed 2 months ago

huvz04 commented 3 months ago

修复了新版本puppeteer 的waitForTimeout is not a function的问题 #673 更改为等待元素.vuepress-markdown-body

ikechan8370 commented 3 months ago

直接写死指定的selector似乎不太好,其他的页面就不能用了。能否改用waitUntil达到一样的效果?

huvz04 commented 3 months ago

直接写死指定的selector似乎不太好,其他的页面就不能用了。能否改用waitUntil达到一样的效果?

已修改为waitUntil.