puppeteer/new-docs/puppeteer.protocol.page.navigatedwithindocumentevent.md
2020-07-13 14:01:35 +01:00

899 B

Home > puppeteer > Protocol > Page > NavigatedWithinDocumentEvent

Protocol.Page.NavigatedWithinDocumentEvent interface

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Signature:

export interface NavigatedWithinDocumentEvent 

Properties

Property Type Description
frameId FrameId Id of the frame.
url string Frame's new url.