Skip to main content
Version: 19.7.2

BrowserConnectOptions.slowMo property

Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging.

Signature:

interface BrowserConnectOptions {
slowMo?: number;
}