Builder

class Builder(val nodeId: NodeId, val computedStyles: List<CSSComputedStyleProperty>)

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, computedStyles: List<CSSComputedStyleProperty>)

Functions

Link copied to clipboard

Properties

Link copied to clipboard

The style to filter nodes by (includes nodes if any of properties matches).

Link copied to clipboard

Node ID pointing to the root of a subtree.

Link copied to clipboard

Whether or not iframes and shadow roots in the same target should be traversed when returning the results (default is false).