Home > puppeteer > Protocol > Debugger > SetScriptSourceRequest > dryRun
Protocol.Debugger.SetScriptSourceRequest.dryRun property
If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
Signature:
dryRun?: boolean;