mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > DOMDebugger
Protocol.DOMDebugger namespace
DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Signature:
export namespace DOMDebugger
Interfaces
Type Aliases
Type Alias | Description |
---|---|
DOMBreakpointType | DOM breakpoint type. |