14 lines
448 B
Markdown
14 lines
448 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) > [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;
|
|
```
|