Home > puppeteer > Protocol > Runtime > RunScriptRequest > silent
Protocol.Runtime.RunScriptRequest.silent property
In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException
state.
Signature:
silent?: boolean;