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

716 B

Home > puppeteer > Protocol > Debugger > SetBreakpointOnFunctionCallRequest > condition

Protocol.Debugger.SetBreakpointOnFunctionCallRequest.condition property

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

Signature:

condition?: string;