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

21 lines
836 B
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; [FrameClearedScheduledNavigationEvent](./puppeteer.protocol.page.frameclearedschedulednavigationevent.md)
## Protocol.Page.FrameClearedScheduledNavigationEvent interface
Fired when frame no longer has a scheduled navigation.
<b>Signature:</b>
```typescript
export interface FrameClearedScheduledNavigationEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.page.frameclearedschedulednavigationevent.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Id of the frame that has cleared its scheduled navigation. |