Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandDisable + const CommandEnable + const CommandGetGridHighlightObjectsForTest + const CommandGetHighlightObjectForTest + const CommandGetSourceOrderHighlightObjectForTest + const CommandHideHighlight + const CommandHighlightNode + const CommandHighlightQuad + const CommandHighlightRect + const CommandHighlightSourceOrder + const CommandSetInspectMode + const CommandSetPausedInDebuggerMessage + const CommandSetShowAdHighlights + const CommandSetShowContainerQueryOverlays + const CommandSetShowDebugBorders + const CommandSetShowFPSCounter + const CommandSetShowFlexOverlays + const CommandSetShowGridOverlays + const CommandSetShowHinge + const CommandSetShowIsolatedElements + const CommandSetShowLayoutShiftRegions + const CommandSetShowPaintRects + const CommandSetShowScrollBottleneckRects + const CommandSetShowScrollSnapOverlays + const CommandSetShowViewportSizeOnResize + const CommandSetShowWebVitals + const CommandSetShowWindowControlsOverlay + type BoxStyle struct + FillColor *cdp.RGBA + HatchColor *cdp.RGBA + func (v *BoxStyle) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BoxStyle) UnmarshalJSON(data []byte) error + func (v BoxStyle) MarshalEasyJSON(w *jwriter.Writer) + func (v BoxStyle) MarshalJSON() ([]byte, error) + type ColorFormat string + const ColorFormatHex + const ColorFormatHsl + const ColorFormatHwb + const ColorFormatRgb + func (t *ColorFormat) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ColorFormat) UnmarshalJSON(buf []byte) error + func (t ColorFormat) MarshalEasyJSON(out *jwriter.Writer) + func (t ColorFormat) MarshalJSON() ([]byte, error) + func (t ColorFormat) String() string + type ContainerQueryContainerHighlightConfig struct + ContainerBorder *LineStyle + DescendantBorder *LineStyle + func (v *ContainerQueryContainerHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ContainerQueryContainerHighlightConfig) UnmarshalJSON(data []byte) error + func (v ContainerQueryContainerHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v ContainerQueryContainerHighlightConfig) MarshalJSON() ([]byte, error) + type ContainerQueryHighlightConfig struct + ContainerQueryContainerHighlightConfig *ContainerQueryContainerHighlightConfig + NodeID cdp.NodeID + func (v *ContainerQueryHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ContainerQueryHighlightConfig) UnmarshalJSON(data []byte) error + func (v ContainerQueryHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v ContainerQueryHighlightConfig) MarshalJSON() ([]byte, error) + type ContrastAlgorithm string + const ContrastAlgorithmAa + const ContrastAlgorithmAaa + const ContrastAlgorithmApca + func (t *ContrastAlgorithm) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ContrastAlgorithm) UnmarshalJSON(buf []byte) error + func (t ContrastAlgorithm) MarshalEasyJSON(out *jwriter.Writer) + func (t ContrastAlgorithm) MarshalJSON() ([]byte, error) + func (t ContrastAlgorithm) String() string + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EnableParams struct + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EventInspectModeCanceled struct + func (v *EventInspectModeCanceled) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventInspectModeCanceled) UnmarshalJSON(data []byte) error + func (v EventInspectModeCanceled) MarshalEasyJSON(w *jwriter.Writer) + func (v EventInspectModeCanceled) MarshalJSON() ([]byte, error) + type EventInspectNodeRequested struct + BackendNodeID cdp.BackendNodeID + func (v *EventInspectNodeRequested) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventInspectNodeRequested) UnmarshalJSON(data []byte) error + func (v EventInspectNodeRequested) MarshalEasyJSON(w *jwriter.Writer) + func (v EventInspectNodeRequested) MarshalJSON() ([]byte, error) + type EventNodeHighlightRequested struct + NodeID cdp.NodeID + func (v *EventNodeHighlightRequested) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventNodeHighlightRequested) UnmarshalJSON(data []byte) error + func (v EventNodeHighlightRequested) MarshalEasyJSON(w *jwriter.Writer) + func (v EventNodeHighlightRequested) MarshalJSON() ([]byte, error) + type EventScreenshotRequested struct + Viewport *page.Viewport + func (v *EventScreenshotRequested) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventScreenshotRequested) UnmarshalJSON(data []byte) error + func (v EventScreenshotRequested) MarshalEasyJSON(w *jwriter.Writer) + func (v EventScreenshotRequested) MarshalJSON() ([]byte, error) + type FlexContainerHighlightConfig struct + ColumnGapSpace *BoxStyle + ContainerBorder *LineStyle + CrossAlignment *LineStyle + CrossDistributedSpace *BoxStyle + ItemSeparator *LineStyle + LineSeparator *LineStyle + MainDistributedSpace *BoxStyle + RowGapSpace *BoxStyle + func (v *FlexContainerHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FlexContainerHighlightConfig) UnmarshalJSON(data []byte) error + func (v FlexContainerHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v FlexContainerHighlightConfig) MarshalJSON() ([]byte, error) + type FlexItemHighlightConfig struct + BaseSizeBorder *LineStyle + BaseSizeBox *BoxStyle + FlexibilityArrow *LineStyle + func (v *FlexItemHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FlexItemHighlightConfig) UnmarshalJSON(data []byte) error + func (v FlexItemHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v FlexItemHighlightConfig) MarshalJSON() ([]byte, error) + type FlexNodeHighlightConfig struct + FlexContainerHighlightConfig *FlexContainerHighlightConfig + NodeID cdp.NodeID + func (v *FlexNodeHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FlexNodeHighlightConfig) UnmarshalJSON(data []byte) error + func (v FlexNodeHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v FlexNodeHighlightConfig) MarshalJSON() ([]byte, error) + type GetGridHighlightObjectsForTestParams struct + NodeIDs []cdp.NodeID + func GetGridHighlightObjectsForTest(nodeIDs []cdp.NodeID) *GetGridHighlightObjectsForTestParams + func (p *GetGridHighlightObjectsForTestParams) Do(ctx context.Context) (highlights easyjson.RawMessage, err error) + func (v *GetGridHighlightObjectsForTestParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetGridHighlightObjectsForTestParams) UnmarshalJSON(data []byte) error + func (v GetGridHighlightObjectsForTestParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetGridHighlightObjectsForTestParams) MarshalJSON() ([]byte, error) + type GetGridHighlightObjectsForTestReturns struct + Highlights easyjson.RawMessage + func (v *GetGridHighlightObjectsForTestReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetGridHighlightObjectsForTestReturns) UnmarshalJSON(data []byte) error + func (v GetGridHighlightObjectsForTestReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetGridHighlightObjectsForTestReturns) MarshalJSON() ([]byte, error) + type GetHighlightObjectForTestParams struct + ColorFormat ColorFormat + IncludeDistance bool + IncludeStyle bool + NodeID cdp.NodeID + ShowAccessibilityInfo bool + func GetHighlightObjectForTest(nodeID cdp.NodeID) *GetHighlightObjectForTestParams + func (p *GetHighlightObjectForTestParams) Do(ctx context.Context) (highlight easyjson.RawMessage, err error) + func (p GetHighlightObjectForTestParams) WithColorFormat(colorFormat ColorFormat) *GetHighlightObjectForTestParams + func (p GetHighlightObjectForTestParams) WithIncludeDistance(includeDistance bool) *GetHighlightObjectForTestParams + func (p GetHighlightObjectForTestParams) WithIncludeStyle(includeStyle bool) *GetHighlightObjectForTestParams + func (p GetHighlightObjectForTestParams) WithShowAccessibilityInfo(showAccessibilityInfo bool) *GetHighlightObjectForTestParams + func (v *GetHighlightObjectForTestParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetHighlightObjectForTestParams) UnmarshalJSON(data []byte) error + func (v GetHighlightObjectForTestParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetHighlightObjectForTestParams) MarshalJSON() ([]byte, error) + type GetHighlightObjectForTestReturns struct + Highlight easyjson.RawMessage + func (v *GetHighlightObjectForTestReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetHighlightObjectForTestReturns) UnmarshalJSON(data []byte) error + func (v GetHighlightObjectForTestReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetHighlightObjectForTestReturns) MarshalJSON() ([]byte, error) + type GetSourceOrderHighlightObjectForTestParams struct + NodeID cdp.NodeID + func GetSourceOrderHighlightObjectForTest(nodeID cdp.NodeID) *GetSourceOrderHighlightObjectForTestParams + func (p *GetSourceOrderHighlightObjectForTestParams) Do(ctx context.Context) (highlight easyjson.RawMessage, err error) + func (v *GetSourceOrderHighlightObjectForTestParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetSourceOrderHighlightObjectForTestParams) UnmarshalJSON(data []byte) error + func (v GetSourceOrderHighlightObjectForTestParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetSourceOrderHighlightObjectForTestParams) MarshalJSON() ([]byte, error) + type GetSourceOrderHighlightObjectForTestReturns struct + Highlight easyjson.RawMessage + func (v *GetSourceOrderHighlightObjectForTestReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetSourceOrderHighlightObjectForTestReturns) UnmarshalJSON(data []byte) error + func (v GetSourceOrderHighlightObjectForTestReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetSourceOrderHighlightObjectForTestReturns) MarshalJSON() ([]byte, error) + type GridHighlightConfig struct + AreaBorderColor *cdp.RGBA + ColumnGapColor *cdp.RGBA + ColumnHatchColor *cdp.RGBA + ColumnLineColor *cdp.RGBA + ColumnLineDash bool + GridBackgroundColor *cdp.RGBA + GridBorderColor *cdp.RGBA + GridBorderDash bool + RowGapColor *cdp.RGBA + RowHatchColor *cdp.RGBA + RowLineColor *cdp.RGBA + RowLineDash bool + ShowAreaNames bool + ShowGridExtensionLines bool + ShowLineNames bool + ShowNegativeLineNumbers bool + ShowPositiveLineNumbers bool + ShowTrackSizes bool + func (v *GridHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GridHighlightConfig) UnmarshalJSON(data []byte) error + func (v GridHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v GridHighlightConfig) MarshalJSON() ([]byte, error) + type GridNodeHighlightConfig struct + GridHighlightConfig *GridHighlightConfig + NodeID cdp.NodeID + func (v *GridNodeHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GridNodeHighlightConfig) UnmarshalJSON(data []byte) error + func (v GridNodeHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v GridNodeHighlightConfig) MarshalJSON() ([]byte, error) + type HideHighlightParams struct + func HideHighlight() *HideHighlightParams + func (p *HideHighlightParams) Do(ctx context.Context) (err error) + func (v *HideHighlightParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HideHighlightParams) UnmarshalJSON(data []byte) error + func (v HideHighlightParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HideHighlightParams) MarshalJSON() ([]byte, error) + type HighlightConfig struct + BorderColor *cdp.RGBA + CSSGridColor *cdp.RGBA + ColorFormat ColorFormat + ContainerQueryContainerHighlightConfig *ContainerQueryContainerHighlightConfig + ContentColor *cdp.RGBA + ContrastAlgorithm ContrastAlgorithm + EventTargetColor *cdp.RGBA + FlexContainerHighlightConfig *FlexContainerHighlightConfig + FlexItemHighlightConfig *FlexItemHighlightConfig + GridHighlightConfig *GridHighlightConfig + MarginColor *cdp.RGBA + PaddingColor *cdp.RGBA + ShapeColor *cdp.RGBA + ShapeMarginColor *cdp.RGBA + ShowAccessibilityInfo bool + ShowExtensionLines bool + ShowInfo bool + ShowRulers bool + ShowStyles bool + func (v *HighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HighlightConfig) UnmarshalJSON(data []byte) error + func (v HighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v HighlightConfig) MarshalJSON() ([]byte, error) + type HighlightNodeParams struct + BackendNodeID cdp.BackendNodeID + HighlightConfig *HighlightConfig + NodeID cdp.NodeID + ObjectID runtime.RemoteObjectID + Selector string + func HighlightNode(highlightConfig *HighlightConfig) *HighlightNodeParams + func (p *HighlightNodeParams) Do(ctx context.Context) (err error) + func (p HighlightNodeParams) WithBackendNodeID(backendNodeID cdp.BackendNodeID) *HighlightNodeParams + func (p HighlightNodeParams) WithNodeID(nodeID cdp.NodeID) *HighlightNodeParams + func (p HighlightNodeParams) WithObjectID(objectID runtime.RemoteObjectID) *HighlightNodeParams + func (p HighlightNodeParams) WithSelector(selector string) *HighlightNodeParams + func (v *HighlightNodeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HighlightNodeParams) UnmarshalJSON(data []byte) error + func (v HighlightNodeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HighlightNodeParams) MarshalJSON() ([]byte, error) + type HighlightQuadParams struct + Color *cdp.RGBA + OutlineColor *cdp.RGBA + Quad dom.Quad + func HighlightQuad(quad dom.Quad) *HighlightQuadParams + func (p *HighlightQuadParams) Do(ctx context.Context) (err error) + func (p HighlightQuadParams) WithColor(color *cdp.RGBA) *HighlightQuadParams + func (p HighlightQuadParams) WithOutlineColor(outlineColor *cdp.RGBA) *HighlightQuadParams + func (v *HighlightQuadParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HighlightQuadParams) UnmarshalJSON(data []byte) error + func (v HighlightQuadParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HighlightQuadParams) MarshalJSON() ([]byte, error) + type HighlightRectParams struct + Color *cdp.RGBA + Height int64 + OutlineColor *cdp.RGBA + Width int64 + X int64 + Y int64 + func HighlightRect(x int64, y int64, width int64, height int64) *HighlightRectParams + func (p *HighlightRectParams) Do(ctx context.Context) (err error) + func (p HighlightRectParams) WithColor(color *cdp.RGBA) *HighlightRectParams + func (p HighlightRectParams) WithOutlineColor(outlineColor *cdp.RGBA) *HighlightRectParams + func (v *HighlightRectParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HighlightRectParams) UnmarshalJSON(data []byte) error + func (v HighlightRectParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HighlightRectParams) MarshalJSON() ([]byte, error) + type HighlightSourceOrderParams struct + BackendNodeID cdp.BackendNodeID + NodeID cdp.NodeID + ObjectID runtime.RemoteObjectID + SourceOrderConfig *SourceOrderConfig + func HighlightSourceOrder(sourceOrderConfig *SourceOrderConfig) *HighlightSourceOrderParams + func (p *HighlightSourceOrderParams) Do(ctx context.Context) (err error) + func (p HighlightSourceOrderParams) WithBackendNodeID(backendNodeID cdp.BackendNodeID) *HighlightSourceOrderParams + func (p HighlightSourceOrderParams) WithNodeID(nodeID cdp.NodeID) *HighlightSourceOrderParams + func (p HighlightSourceOrderParams) WithObjectID(objectID runtime.RemoteObjectID) *HighlightSourceOrderParams + func (v *HighlightSourceOrderParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HighlightSourceOrderParams) UnmarshalJSON(data []byte) error + func (v HighlightSourceOrderParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HighlightSourceOrderParams) MarshalJSON() ([]byte, error) + type HingeConfig struct + ContentColor *cdp.RGBA + OutlineColor *cdp.RGBA + Rect *dom.Rect + func (v *HingeConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HingeConfig) UnmarshalJSON(data []byte) error + func (v HingeConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v HingeConfig) MarshalJSON() ([]byte, error) + type InspectMode string + const InspectModeCaptureAreaScreenshot + const InspectModeNone + const InspectModeSearchForNode + const InspectModeSearchForUAShadowDOM + const InspectModeShowDistances + func (t *InspectMode) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *InspectMode) UnmarshalJSON(buf []byte) error + func (t InspectMode) MarshalEasyJSON(out *jwriter.Writer) + func (t InspectMode) MarshalJSON() ([]byte, error) + func (t InspectMode) String() string + type IsolatedElementHighlightConfig struct + IsolationModeHighlightConfig *IsolationModeHighlightConfig + NodeID cdp.NodeID + func (v *IsolatedElementHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *IsolatedElementHighlightConfig) UnmarshalJSON(data []byte) error + func (v IsolatedElementHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v IsolatedElementHighlightConfig) MarshalJSON() ([]byte, error) + type IsolationModeHighlightConfig struct + MaskColor *cdp.RGBA + ResizerColor *cdp.RGBA + ResizerHandleColor *cdp.RGBA + func (v *IsolationModeHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *IsolationModeHighlightConfig) UnmarshalJSON(data []byte) error + func (v IsolationModeHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v IsolationModeHighlightConfig) MarshalJSON() ([]byte, error) + type LineStyle struct + Color *cdp.RGBA + Pattern LineStylePattern + func (v *LineStyle) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LineStyle) UnmarshalJSON(data []byte) error + func (v LineStyle) MarshalEasyJSON(w *jwriter.Writer) + func (v LineStyle) MarshalJSON() ([]byte, error) + type LineStylePattern string + const LineStylePatternDashed + const LineStylePatternDotted + func (t *LineStylePattern) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *LineStylePattern) UnmarshalJSON(buf []byte) error + func (t LineStylePattern) MarshalEasyJSON(out *jwriter.Writer) + func (t LineStylePattern) MarshalJSON() ([]byte, error) + func (t LineStylePattern) String() string + type ScrollSnapContainerHighlightConfig struct + ScrollMarginColor *cdp.RGBA + ScrollPaddingColor *cdp.RGBA + SnapAreaBorder *LineStyle + SnapportBorder *LineStyle + func (v *ScrollSnapContainerHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScrollSnapContainerHighlightConfig) UnmarshalJSON(data []byte) error + func (v ScrollSnapContainerHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v ScrollSnapContainerHighlightConfig) MarshalJSON() ([]byte, error) + type ScrollSnapHighlightConfig struct + NodeID cdp.NodeID + ScrollSnapContainerHighlightConfig *ScrollSnapContainerHighlightConfig + func (v *ScrollSnapHighlightConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScrollSnapHighlightConfig) UnmarshalJSON(data []byte) error + func (v ScrollSnapHighlightConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v ScrollSnapHighlightConfig) MarshalJSON() ([]byte, error) + type SetInspectModeParams struct + HighlightConfig *HighlightConfig + Mode InspectMode + func SetInspectMode(mode InspectMode) *SetInspectModeParams + func (p *SetInspectModeParams) Do(ctx context.Context) (err error) + func (p SetInspectModeParams) WithHighlightConfig(highlightConfig *HighlightConfig) *SetInspectModeParams + func (v *SetInspectModeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetInspectModeParams) UnmarshalJSON(data []byte) error + func (v SetInspectModeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetInspectModeParams) MarshalJSON() ([]byte, error) + type SetPausedInDebuggerMessageParams struct + Message string + func SetPausedInDebuggerMessage() *SetPausedInDebuggerMessageParams + func (p *SetPausedInDebuggerMessageParams) Do(ctx context.Context) (err error) + func (p SetPausedInDebuggerMessageParams) WithMessage(message string) *SetPausedInDebuggerMessageParams + func (v *SetPausedInDebuggerMessageParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetPausedInDebuggerMessageParams) UnmarshalJSON(data []byte) error + func (v SetPausedInDebuggerMessageParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetPausedInDebuggerMessageParams) MarshalJSON() ([]byte, error) + type SetShowAdHighlightsParams struct + Show bool + func SetShowAdHighlights(show bool) *SetShowAdHighlightsParams + func (p *SetShowAdHighlightsParams) Do(ctx context.Context) (err error) + func (v *SetShowAdHighlightsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowAdHighlightsParams) UnmarshalJSON(data []byte) error + func (v SetShowAdHighlightsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowAdHighlightsParams) MarshalJSON() ([]byte, error) + type SetShowContainerQueryOverlaysParams struct + ContainerQueryHighlightConfigs []*ContainerQueryHighlightConfig + func SetShowContainerQueryOverlays(containerQueryHighlightConfigs []*ContainerQueryHighlightConfig) *SetShowContainerQueryOverlaysParams + func (p *SetShowContainerQueryOverlaysParams) Do(ctx context.Context) (err error) + func (v *SetShowContainerQueryOverlaysParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowContainerQueryOverlaysParams) UnmarshalJSON(data []byte) error + func (v SetShowContainerQueryOverlaysParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowContainerQueryOverlaysParams) MarshalJSON() ([]byte, error) + type SetShowDebugBordersParams struct + Show bool + func SetShowDebugBorders(show bool) *SetShowDebugBordersParams + func (p *SetShowDebugBordersParams) Do(ctx context.Context) (err error) + func (v *SetShowDebugBordersParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowDebugBordersParams) UnmarshalJSON(data []byte) error + func (v SetShowDebugBordersParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowDebugBordersParams) MarshalJSON() ([]byte, error) + type SetShowFPSCounterParams struct + Show bool + func SetShowFPSCounter(show bool) *SetShowFPSCounterParams + func (p *SetShowFPSCounterParams) Do(ctx context.Context) (err error) + func (v *SetShowFPSCounterParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowFPSCounterParams) UnmarshalJSON(data []byte) error + func (v SetShowFPSCounterParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowFPSCounterParams) MarshalJSON() ([]byte, error) + type SetShowFlexOverlaysParams struct + FlexNodeHighlightConfigs []*FlexNodeHighlightConfig + func SetShowFlexOverlays(flexNodeHighlightConfigs []*FlexNodeHighlightConfig) *SetShowFlexOverlaysParams + func (p *SetShowFlexOverlaysParams) Do(ctx context.Context) (err error) + func (v *SetShowFlexOverlaysParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowFlexOverlaysParams) UnmarshalJSON(data []byte) error + func (v SetShowFlexOverlaysParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowFlexOverlaysParams) MarshalJSON() ([]byte, error) + type SetShowGridOverlaysParams struct + GridNodeHighlightConfigs []*GridNodeHighlightConfig + func SetShowGridOverlays(gridNodeHighlightConfigs []*GridNodeHighlightConfig) *SetShowGridOverlaysParams + func (p *SetShowGridOverlaysParams) Do(ctx context.Context) (err error) + func (v *SetShowGridOverlaysParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowGridOverlaysParams) UnmarshalJSON(data []byte) error + func (v SetShowGridOverlaysParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowGridOverlaysParams) MarshalJSON() ([]byte, error) + type SetShowHingeParams struct + HingeConfig *HingeConfig + func SetShowHinge() *SetShowHingeParams + func (p *SetShowHingeParams) Do(ctx context.Context) (err error) + func (p SetShowHingeParams) WithHingeConfig(hingeConfig *HingeConfig) *SetShowHingeParams + func (v *SetShowHingeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowHingeParams) UnmarshalJSON(data []byte) error + func (v SetShowHingeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowHingeParams) MarshalJSON() ([]byte, error) + type SetShowIsolatedElementsParams struct + IsolatedElementHighlightConfigs []*IsolatedElementHighlightConfig + func SetShowIsolatedElements(isolatedElementHighlightConfigs []*IsolatedElementHighlightConfig) *SetShowIsolatedElementsParams + func (p *SetShowIsolatedElementsParams) Do(ctx context.Context) (err error) + func (v *SetShowIsolatedElementsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowIsolatedElementsParams) UnmarshalJSON(data []byte) error + func (v SetShowIsolatedElementsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowIsolatedElementsParams) MarshalJSON() ([]byte, error) + type SetShowLayoutShiftRegionsParams struct + Result bool + func SetShowLayoutShiftRegions(result bool) *SetShowLayoutShiftRegionsParams + func (p *SetShowLayoutShiftRegionsParams) Do(ctx context.Context) (err error) + func (v *SetShowLayoutShiftRegionsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowLayoutShiftRegionsParams) UnmarshalJSON(data []byte) error + func (v SetShowLayoutShiftRegionsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowLayoutShiftRegionsParams) MarshalJSON() ([]byte, error) + type SetShowPaintRectsParams struct + Result bool + func SetShowPaintRects(result bool) *SetShowPaintRectsParams + func (p *SetShowPaintRectsParams) Do(ctx context.Context) (err error) + func (v *SetShowPaintRectsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowPaintRectsParams) UnmarshalJSON(data []byte) error + func (v SetShowPaintRectsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowPaintRectsParams) MarshalJSON() ([]byte, error) + type SetShowScrollBottleneckRectsParams struct + Show bool + func SetShowScrollBottleneckRects(show bool) *SetShowScrollBottleneckRectsParams + func (p *SetShowScrollBottleneckRectsParams) Do(ctx context.Context) (err error) + func (v *SetShowScrollBottleneckRectsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowScrollBottleneckRectsParams) UnmarshalJSON(data []byte) error + func (v SetShowScrollBottleneckRectsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowScrollBottleneckRectsParams) MarshalJSON() ([]byte, error) + type SetShowScrollSnapOverlaysParams struct + ScrollSnapHighlightConfigs []*ScrollSnapHighlightConfig + func SetShowScrollSnapOverlays(scrollSnapHighlightConfigs []*ScrollSnapHighlightConfig) *SetShowScrollSnapOverlaysParams + func (p *SetShowScrollSnapOverlaysParams) Do(ctx context.Context) (err error) + func (v *SetShowScrollSnapOverlaysParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowScrollSnapOverlaysParams) UnmarshalJSON(data []byte) error + func (v SetShowScrollSnapOverlaysParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowScrollSnapOverlaysParams) MarshalJSON() ([]byte, error) + type SetShowViewportSizeOnResizeParams struct + Show bool + func SetShowViewportSizeOnResize(show bool) *SetShowViewportSizeOnResizeParams + func (p *SetShowViewportSizeOnResizeParams) Do(ctx context.Context) (err error) + func (v *SetShowViewportSizeOnResizeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowViewportSizeOnResizeParams) UnmarshalJSON(data []byte) error + func (v SetShowViewportSizeOnResizeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowViewportSizeOnResizeParams) MarshalJSON() ([]byte, error) + type SetShowWebVitalsParams struct + Show bool + func SetShowWebVitals(show bool) *SetShowWebVitalsParams + func (p *SetShowWebVitalsParams) Do(ctx context.Context) (err error) + func (v *SetShowWebVitalsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowWebVitalsParams) UnmarshalJSON(data []byte) error + func (v SetShowWebVitalsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowWebVitalsParams) MarshalJSON() ([]byte, error) + type SetShowWindowControlsOverlayParams struct + WindowControlsOverlayConfig *WindowControlsOverlayConfig + func SetShowWindowControlsOverlay() *SetShowWindowControlsOverlayParams + func (p *SetShowWindowControlsOverlayParams) Do(ctx context.Context) (err error) + func (p SetShowWindowControlsOverlayParams) WithWindowControlsOverlayConfig(windowControlsOverlayConfig *WindowControlsOverlayConfig) *SetShowWindowControlsOverlayParams + func (v *SetShowWindowControlsOverlayParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetShowWindowControlsOverlayParams) UnmarshalJSON(data []byte) error + func (v SetShowWindowControlsOverlayParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetShowWindowControlsOverlayParams) MarshalJSON() ([]byte, error) + type SourceOrderConfig struct + ChildOutlineColor *cdp.RGBA + ParentOutlineColor *cdp.RGBA + func (v *SourceOrderConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SourceOrderConfig) UnmarshalJSON(data []byte) error + func (v SourceOrderConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v SourceOrderConfig) MarshalJSON() ([]byte, error) + type WindowControlsOverlayConfig struct + SelectedPlatform string + ShowCSS bool + ThemeColor string + func (v *WindowControlsOverlayConfig) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WindowControlsOverlayConfig) UnmarshalJSON(data []byte) error + func (v WindowControlsOverlayConfig) MarshalEasyJSON(w *jwriter.Writer) + func (v WindowControlsOverlayConfig) MarshalJSON() ([]byte, error)