puppeteer/new-docs/puppeteer.protocol.runtime.runscriptrequest.silent.md
2020-07-13 14:01:35 +01:00

627 B

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;