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

GetHighlightObjectForTestRequest

data class GetHighlightObjectForTestRequest

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

Constructors

<init>

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

GetHighlightObjectForTestRequest(nodeId: NodeId, includeDistance: Boolean? = null, includeStyle: Boolean? = null, colorFormat: ColorFormat? = null, showAccessibilityInfo: Boolean? = null)

Properties

colorFormat

The color format to get config with (default: hex).

val colorFormat: ColorFormat?

includeDistance

Whether to include distance info.

val includeDistance: Boolean?

includeStyle

Whether to include style info.

val includeStyle: Boolean?

nodeId

Id of the node to get highlight object for.

val nodeId: NodeId

showAccessibilityInfo

Whether to show accessibility info (default: true).

val showAccessibilityInfo: Boolean?