Get Nodes For Subtree By Style Request
data class GetNodesForSubtreeByStyleRequest(nodeId: NodeId, computedStyles: List<CSSComputedStyleProperty>, pierce: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOM#getNodesForSubtreeByStyle operation call.
Finds nodes with a given computed style in a subtree.
See also
Constructors
GetNodesForSubtreeByStyleRequest
Link copied to clipboard
fun GetNodesForSubtreeByStyleRequest(nodeId: NodeId, computedStyles: List<CSSComputedStyleProperty>, pierce: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard