chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / HighlightFrameRequest

HighlightFrameRequest

data class HighlightFrameRequest

Request object containing input parameters for the OverlayDomain.highlightFrame command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.highlightFrame command.

HighlightFrameRequest(frameId: FrameId, contentColor: RGBA? = null, contentOutlineColor: RGBA? = null)

Properties

contentColor

The content box highlight fill color (default: transparent).

val contentColor: RGBA?

contentOutlineColor

The content box highlight outline color (default: transparent).

val contentOutlineColor: RGBA?

frameId

Identifier of the frame to highlight.

val frameId: FrameId