import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { QuerySelectorRequest } = Protocol.DOM;
Properties
nodeId: NodeId
Id of the node to query upon.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.DOM.QuerySelectorRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { QuerySelectorRequest } = Protocol.DOM;
Id of the node to query upon.