PuppeteerHandlePageInputs
Properties
request
Type: Request
An instance of the Request
object with details about the URL to open, HTTP method etc.
response
Type: PuppeteerResponse
An instance of the Puppeteer Response
, which is the main resource response as
returned by page.goto(request.url)
.
page
Type: PuppeteerPage
is an instance of the Puppeteer Page
puppeteerPool
Type: PuppeteerPool
An instance of the PuppeteerPool
used by this PuppeteerCrawler
.
autoscaledPool
Type: AutoscaledPool
A reference to the underlying AutoscaledPool
class that manages the concurrency of the crawler. Note that this property is
only initialized after calling the PuppeteerCrawler.run()
function. You can use it to change the concurrency
settings on the fly, to pause the crawler by calling AutoscaledPool.pause()
or to abort it by calling
AutoscaledPool.abort()
.
session
Type: Session
proxyInfo
Type: ProxyInfo