Expand description
This domain provides various functionality related to drawing atop the inspected page.
Structs§
- Style information for drawing a box. BoxStyle
- Disables domain notifications. disable
- Disables domain notifications. disable
- Enables domain notifications. enable
- Enables domain notifications. enable
- Fired when user cancels the inspect mode. inspectModeCanceled
- Fired when the node should be inspected. This happens after call to
setInspectMode
or when user manually inspects an element. inspectNodeRequested - Fired when the node should be highlighted. This happens after call to
setInspectMode
. nodeHighlightRequested - Fired when user asks to capture screenshot of some area on the page. screenshotRequested
- Configuration data for the highlighting of Flex container elements. FlexContainerHighlightConfig
- Configuration data for the highlighting of Flex item elements. FlexItemHighlightConfig
- For Persistent Grid testing. getGridHighlightObjectsForTest
- For Persistent Grid testing. getGridHighlightObjectsForTest
- For testing. getHighlightObjectForTest
- For testing. getHighlightObjectForTest
- For Source Order Viewer testing. getSourceOrderHighlightObjectForTest
- For Source Order Viewer testing. getSourceOrderHighlightObjectForTest
- Configuration data for the highlighting of Grid elements. GridHighlightConfig
- Configurations for Persistent Grid Highlight GridNodeHighlightConfig
- Hides any highlight. hideHighlight
- Hides any highlight. hideHighlight
- Configuration data for the highlighting of page elements. HighlightConfig
- Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. highlightNode
- Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. highlightNode
- Highlights given quad. Coordinates are absolute with respect to the main frame viewport. highlightQuad
- Highlights given quad. Coordinates are absolute with respect to the main frame viewport. highlightQuad
- Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport. highlightRect
- Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport. highlightRect
- Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. highlightSourceOrder
- Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. highlightSourceOrder
- Configuration for dual screen hinge HingeConfig
- Style information for drawing a line. LineStyle
- Enters the ‘inspect’ mode. In this mode, elements that user is hovering over are highlighted. Backend then generates ‘inspectNodeRequested’ event upon element selection. setInspectMode
- Enters the ‘inspect’ mode. In this mode, elements that user is hovering over are highlighted. Backend then generates ‘inspectNodeRequested’ event upon element selection. setInspectMode
- Highlights owner element of all frames detected to be ads. setShowAdHighlights
- Highlights owner element of all frames detected to be ads. setShowAdHighlights
- Requests that backend shows debug borders on layers setShowDebugBorders
- Requests that backend shows debug borders on layers setShowDebugBorders
- Requests that backend shows the FPS counter setShowFPSCounter
- Requests that backend shows the FPS counter setShowFPSCounter
- Highlight multiple elements with the CSS Grid overlay. setShowGridOverlays
- Highlight multiple elements with the CSS Grid overlay. setShowGridOverlays
- Add a dual screen device hinge setShowHinge
- Add a dual screen device hinge setShowHinge
- Show elements in isolation mode with overlays. setShowIsolatedElements
- Show elements in isolation mode with overlays. setShowIsolatedElements
- Requests that backend shows layout shift regions setShowLayoutShiftRegions
- Requests that backend shows layout shift regions setShowLayoutShiftRegions
- Requests that backend shows paint rectangles setShowPaintRects
- Requests that backend shows paint rectangles setShowPaintRects
- Requests that backend shows scroll bottleneck rects setShowScrollBottleneckRects
- Requests that backend shows scroll bottleneck rects setShowScrollBottleneckRects
- Paints viewport size upon main frame resize. setShowViewportSizeOnResize
- Paints viewport size upon main frame resize. setShowViewportSizeOnResize
- Request that backend shows an overlay with web vital metrics. setShowWebVitals
- Request that backend shows an overlay with web vital metrics. setShowWebVitals
- Show Window Controls Overlay for PWA setShowWindowControlsOverlay
- Show Window Controls Overlay for PWA setShowWindowControlsOverlay
- Configuration data for drawing the source order of an elements children. SourceOrderConfig
- Configuration for Window Controls Overlay WindowControlsOverlayConfig
Enums§
- The line pattern (default: solid)