Skip to main content

PlaywrightPreNavCrawlingContext

The pre navigation crawling context used by the PlaywrightCrawler.

It provides access to the Page object, before the navigation to the URL is performed.

Hierarchy

Index

Properties

add_requests

add_requests: AddRequestsFunction

get_key_value_store

log

log: logging.Logger

page

page: Page

The Playwright Page object for the current page.

proxy_info

proxy_info: ProxyInfo | None

push_data

push_data: PushDataFunction

request

request: Request

send_request

send_request: SendRequestFunction

session

session: Session | None

use_state

use_state: UseStateFunction