puppeteer/new-docs/puppeteer.protocol.debugger.setbreakpointbyurlrequest.condition.md
2020-07-13 14:01:35 +01:00

685 B

Home > puppeteer > Protocol > Debugger > SetBreakpointByUrlRequest > condition

Protocol.Debugger.SetBreakpointByUrlRequest.condition property

Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.

Signature:

condition?: string;