We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@crawlee/puppeteer (PuppeteerCrawler)
due to update puppeteer-core update v22.0.0, page.waitForTimeout is removed (https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.0.0)
and puppeteerUtils.infiniteScroll() function is not working anymore with "TypeError: page.waitForTimeout is not a function" error
puppeteerUtils.infiniteScroll()
As a temporary measure, I downgrad puppeteer to "21.11.0"
import {puppeteerUtils} from "crawlee"; export async function newChannelScrapeProcess( page, log) { await page.waitForSelector('ytd-rich-grid-renderer') await puppeteerUtils.infiniteScroll(page, {scrollDownAndUp: true}) const channelId = await page.$eval('meta:nth-child(81)', el => el.getAttribute('content')) }
3.7.3
20.11
Windows 11
next
3.7.4-beta.17
No response
The text was updated successfully, but these errors were encountered:
52d7219
B4nan
No branches or pull requests
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/puppeteer (PuppeteerCrawler)
Issue description
due to update puppeteer-core update v22.0.0, page.waitForTimeout is removed
(https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.0.0)
and
puppeteerUtils.infiniteScroll()
function is not working anymorewith "TypeError: page.waitForTimeout is not a function" error
As a temporary measure, I downgrad puppeteer to "21.11.0"
Code sample
Package version
3.7.3
Node.js version
20.11
Operating system
Windows 11
Apify platform
I have tested this on the
next
release3.7.4-beta.17
Other context
No response
The text was updated successfully, but these errors were encountered: