Skip to main content
Version: 3.5

PuppeteerHook

Hierarchy

  • BrowserHook<PuppeteerCrawlingContext, PuppeteerGoToOptions>
    • PuppeteerHook

Callable

  • PuppeteerHook(crawlingContext: PuppeteerCrawlingContext<Dictionary>, gotoOptions: undefined | (WaitForOptions & { referer?: string; referrerPolicy?: string })): Awaitable<void>

  • Parameters

    • crawlingContext: PuppeteerCrawlingContext<Dictionary>
    • gotoOptions: undefined | (WaitForOptions & { referer?: string; referrerPolicy?: string })

    Returns Awaitable<void>