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

21 lines
1.1 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; [Overlay](./puppeteer.protocol.overlay.md) &gt; [HighlightFrameRequest](./puppeteer.protocol.overlay.highlightframerequest.md)
## Protocol.Overlay.HighlightFrameRequest interface
<b>Signature:</b>
```typescript
export interface HighlightFrameRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contentColor](./puppeteer.protocol.overlay.highlightframerequest.contentcolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The content box highlight fill color (default: transparent). |
| [contentOutlineColor](./puppeteer.protocol.overlay.highlightframerequest.contentoutlinecolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | The content box highlight outline color (default: transparent). |
| [frameId](./puppeteer.protocol.overlay.highlightframerequest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Identifier of the frame to highlight. |