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

24 lines
1.4 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [FrameRequestedNavigationEvent](./puppeteer.protocol.page.framerequestednavigationevent.md)
## Protocol.Page.FrameRequestedNavigationEvent interface
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
<b>Signature:</b>
```typescript
export interface FrameRequestedNavigationEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [disposition](./puppeteer.protocol.page.framerequestednavigationevent.disposition.md) | [ClientNavigationDisposition](./puppeteer.protocol.page.clientnavigationdisposition.md) | The disposition for the navigation. |
| [frameId](./puppeteer.protocol.page.framerequestednavigationevent.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Id of the frame that is being navigated. |
| [reason](./puppeteer.protocol.page.framerequestednavigationevent.reason.md) | [ClientNavigationReason](./puppeteer.protocol.page.clientnavigationreason.md) | The reason for the navigation. |
| [url](./puppeteer.protocol.page.framerequestednavigationevent.url.md) | string | The destination URL for the requested navigation. |