import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetNodesForSubtreeByStyleRequest } = Protocol.DOM;
Properties
nodeId: NodeId
Node ID pointing to the root of a subtree.
computedStyles: CSSComputedStyleProperty[]
The style to filter nodes by (includes nodes if any of properties matches).