Builder

class Builder(val x: Int, val y: Int)

A builder for GetNodeForLocationRequest, which allows setting the optional parameters of the DOMDomain.getNodeForLocation command via a lambda.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

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.

Functions

Link copied to clipboard