puppeteer/new-docs/puppeteer.protocol.dom.pseudotype.md
2020-07-13 14:01:35 +01:00

677 B

Home > puppeteer > Protocol > DOM > PseudoType

Protocol.DOM.PseudoType type

Pseudo element type.

Signature:

export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'first-line-inherited' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button');