PlaywrightCrawlingContext
Hierarchy
- PlaywrightPreNavigationContext
- PlaywrightCrawlingContext
Index
Properties
add_requests
enqueue_links
The Playwright EnqueueLinksFunction
implementation.
get_key_value_store
infinite_scroll
A function to perform infinite scrolling on the page. This scrolls to the bottom, triggering the loading of additional content if present.
log
page
The Playwright Page
object for the current page.
proxy_info
push_data
request
response
The Playwright Response
object containing the response details for the current URL.
The crawling context used by the
PlaywrightCrawler
.It provides access to key objects as well as utility functions for handling crawling tasks.