PuppeteerGoto
Parameters:
inputs
:PuppeteerGotoInputs
- Arguments passed to this callback.
Returns:
Promise<(PuppeteerResponse|null)>
- An instance of the Puppeteer Response
, which
is the main resource response as returned by page.goto(request.url)
.