21 lines
683 B
Markdown
21 lines
683 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md)
|
|
|
|
## Protocol.Audits.AffectedFrame interface
|
|
|
|
Information about the frame affected by an inspector issue.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface AffectedFrame
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [frameId](./puppeteer.protocol.audits.affectedframe.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | |
|
|
|