mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
738 B
Markdown
21 lines
738 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameNavigatedEvent](./puppeteer.protocol.page.framenavigatedevent.md)
|
||
|
|
||
|
## Protocol.Page.FrameNavigatedEvent interface
|
||
|
|
||
|
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface FrameNavigatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [frame](./puppeteer.protocol.page.framenavigatedevent.frame.md) | [Frame](./puppeteer.protocol.page.frame.md) | Frame object. |
|
||
|
|