mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |