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

653 B

Home > puppeteer > Protocol > Debugger > SetBreakpointByUrlRequest > urlRegex

Protocol.Debugger.SetBreakpointByUrlRequest.urlRegex property

Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified.

Signature:

urlRegex?: string;