1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Overlay > HighlightFrameRequest
Protocol.Overlay.HighlightFrameRequest interface
Signature:
export interface HighlightFrameRequest
Properties
Property | Type | Description |
---|---|---|
contentColor | DOM.RGBA | The content box highlight fill color (default: transparent). |
contentOutlineColor | DOM.RGBA | The content box highlight outline color (default: transparent). |
frameId | Page.FrameId | Identifier of the frame to highlight. |