GetNodesForSubtreeByStyleParameter

@Serializable
data class GetNodesForSubtreeByStyleParameter(val nodeId: Int, val computedStyles: List<DOM.CSSComputedStyleProperty>, val pierce: Boolean? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int, computedStyles: List<DOM.CSSComputedStyleProperty>, pierce: Boolean? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val nodeId: Int

Node ID pointing to the root of a subtree.

Link copied to clipboard
val pierce: Boolean? = null

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