mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
884 B
884 B
Home > puppeteer > Protocol > CSS > ForcePseudoStateRequest
Protocol.CSS.ForcePseudoStateRequest interface
Signature:
export interface ForcePseudoStateRequest
Properties
Property | Type | Description |
---|---|---|
forcedPseudoClasses | string[] | Element pseudo classes to force when computing the element's style. |
nodeId | DOM.NodeId | The element id for which to force the pseudo state. |