Get Node For Location Request
data class GetNodeForLocationRequest(x: Int, y: Int, includeUserAgentShadowDOM: Boolean?, ignorePointerEventsNone: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOM#getNodeForLocation operation call.
Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.
See also
Constructors
GetNodeForLocationRequest
Link copied to clipboard
fun GetNodeForLocationRequest(x: Int, y: Int, includeUserAgentShadowDOM: Boolean? = null, ignorePointerEventsNone: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard