mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
900 B
900 B
Home > puppeteer > Protocol > DOM > PseudoElementAddedEvent
Protocol.DOM.PseudoElementAddedEvent interface
Called when a pseudo element is added to an element.
Signature:
export interface PseudoElementAddedEvent
Properties
Property | Type | Description |
---|---|---|
parentId | NodeId | Pseudo element's parent element id. |
pseudoElement | Node | The added pseudo element. |