<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) &gt; [slowMo](./puppeteer.browserconnectoptions.slowmo.md)

## BrowserConnectOptions.slowMo property

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

<b>Signature:</b>

```typescript
slowMo?: number;
```