Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 4.23 KB

puppeteer.protocol.overlay.md

File metadata and controls

57 lines (47 loc) · 4.23 KB

Home > puppeteer > Protocol > Overlay

Protocol.Overlay namespace

This domain provides various functionality related to drawing atop the inspected page.

Signature:

export namespace Overlay 

Interfaces

Interface Description
GetGridHighlightObjectsForTestRequest
GetGridHighlightObjectsForTestResponse
GetHighlightObjectForTestRequest
GetHighlightObjectForTestResponse
GetSourceOrderHighlightObjectForTestRequest
GetSourceOrderHighlightObjectForTestResponse
GridHighlightConfig Configuration data for the highlighting of Grid elements.
GridNodeHighlightConfig Configurations for Persistent Grid Highlight
HighlightConfig Configuration data for the highlighting of page elements.
HighlightFrameRequest
HighlightNodeRequest
HighlightQuadRequest
HighlightRectRequest
HighlightSourceOrderRequest
HingeConfig Configuration for dual screen hinge
InspectNodeRequestedEvent Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.
NodeHighlightRequestedEvent Fired when the node should be highlighted. This happens after call to setInspectMode.
ScreenshotRequestedEvent Fired when user asks to capture screenshot of some area on the page.
SetInspectModeRequest
SetPausedInDebuggerMessageRequest
SetShowAdHighlightsRequest
SetShowDebugBordersRequest
SetShowFPSCounterRequest
SetShowGridOverlaysRequest
SetShowHingeRequest
SetShowHitTestBordersRequest
SetShowLayoutShiftRegionsRequest
SetShowPaintRectsRequest
SetShowScrollBottleneckRectsRequest
SetShowViewportSizeOnResizeRequest
SourceOrderConfig Configuration data for drawing the source order of an elements children.

Type Aliases

Type Alias Description
ColorFormat
InspectMode