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

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.