GetNodeForLocationParameter

@Serializable
data class GetNodeForLocationParameter(val x: Int, val y: Int, val includeUserAgentShadowDOM: Boolean? = null, val ignorePointerEventsNone: Boolean? = null)

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, includeUserAgentShadowDOM: Boolean? = null, ignorePointerEventsNone: Boolean? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val x: Int

X coordinate.

Link copied to clipboard
val y: Int

Y coordinate.