Builder

class Builder(val nodeId: NodeId)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

An optional anchor specifier, as defined in https://www.w3.org/TR/css-anchor-position-1/#anchor-specifier. If not provided, it will return the implicit anchor element for the given positioned element.

Link copied to clipboard

Id of the positioned element from which to find the anchor.

Functions

Link copied to clipboard