mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
899 B
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. |