response函数中有什么page.on?
在第 17 行的“ https://github.com/vdrmota/actor-twitter-scraper/blob/master/src/scraper.js ”示例中,您检查response.url包含"/timeline/profile/".
page.url()是https://twitter.com/${handle}/with_replies。_ 那么为什么要在第 17 行检查 URL 包含的内容"/timeline/profile/"呢?