import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ForcePseudoStateRequest } = Protocol.CSS;
Properties
nodeId: DOM.NodeId
The element id for which to force the pseudo state.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ForcePseudoStateRequest } = Protocol.CSS;
The element id for which to force the pseudo state.