Skip to main content
Version: 3.0

CrawlingContext <UserData>

Hierarchy

  • Record<PropertyKey, unknown>
    • CrawlingContext
      • BasicCrawlingContext
      • BrowserCrawlingContext

Index

Properties

id

id: string

log

log: Log

optionalproxyInfo

proxyInfo?: ProxyInfo

An object with information about currently used proxy by the crawler and configured by the ProxyConfiguration class.

request

request: Request<UserData>

The original Request object.

optionalsession

session?: Session