mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
665 B
665 B
Home > puppeteer > Protocol > Debugger > SetBreakpointRequest > condition
Protocol.Debugger.SetBreakpointRequest.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;