puppeteer/website/versioned_docs/version-10.0.0/puppeteer.browserconnectoptions.slowmo.md

14 lines
448 B
Markdown
Raw Normal View History

<!-- 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;
```