16 lines
274 B
Markdown
16 lines
274 B
Markdown
|
---
|
||
|
sidebar_label: BrowserConnectOptions.slowMo
|
||
|
---
|
||
|
|
||
|
# BrowserConnectOptions.slowMo property
|
||
|
|
||
|
Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface BrowserConnectOptions {
|
||
|
slowMo?: number;
|
||
|
}
|
||
|
```
|