chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetNodeForLocationRequest

GetNodeForLocationRequest

data class GetNodeForLocationRequest

Request object containing input parameters for the DOMDomain.getNodeForLocation command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.getNodeForLocation command.

GetNodeForLocationRequest(x: Int, y: Int, includeUserAgentShadowDOM: Boolean? = null, ignorePointerEventsNone: Boolean? = null)

Properties

ignorePointerEventsNone

Whether to ignore pointer-events: none on elements and hit test them.

val ignorePointerEventsNone: Boolean?

includeUserAgentShadowDOM

False to skip to the nearest non-UA shadow root ancestor (default: false).

val includeUserAgentShadowDOM: Boolean?

x

X coordinate.

val x: Int

y

Y coordinate.

val y: Int