data class GetNodeForLocationRequest
Request object containing input parameters for the DOMDomain.getNodeForLocation command.
<init> |
Request object containing input parameters for the DOMDomain.getNodeForLocation command. GetNodeForLocationRequest(x: Int, y: Int, includeUserAgentShadowDOM: Boolean? = null, ignorePointerEventsNone: Boolean? = null) |
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 |