Skip to main content

PlaywrightCrawlingContext

crawlee.playwright_crawler._playwright_crawling_context.PlaywrightCrawlingContext

Crawling context used by PlaywrightSoupCrawler.

Args: page: The Playwright Page object. infinite_scroll: Scroll to the bottom of the page, handling loading of additional items. response: The Playwright Response object. enqueue_links: The PlaywrightCrawler implementation of the EnqueueLinksFunction function.

Index

Properties

enqueue_links

enqueue_links: EnqueueLinksFunction

infinite_scroll

infinite_scroll: Callable[[], Awaitable[None]]

page

page: Page

response

response: Response