PlaywrightCrawlingContext
Hierarchy
- PlaywrightPreNavCrawlingContext
- PlaywrightCrawlingContext
Index
Properties
add_requests
Add requests crawling context helper function.
enqueue_links
The Playwright EnqueueLinksFunction
implementation.
get_key_value_store
Get key-value store crawling context helper function.
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
Logger instance.
page
The Playwright Page
object for the current page.
proxy_info
Proxy information for the current page being processed.
push_data
Push data crawling context helper function.
request
Request object for the current page being processed.
response
The Playwright Response
object containing the response details for the current URL.
send_request
Send request crawling context helper function.
session
Session object for the current page being processed.
use_state
Use state crawling context helper function.
The crawling context used by the
PlaywrightCrawler
.It provides access to key objects as well as utility functions for handling crawling tasks.