puppeteer/docs/api/puppeteer.screenrecorder.stop.md

20 lines
217 B
Markdown
Raw Normal View History

2023-10-06 14:50:39 +00:00
---
sidebar_label: ScreenRecorder.stop
---
# ScreenRecorder.stop() method
Stops the recorder.
#### Signature:
```typescript
class ScreenRecorder {
stop(): Promise<void>;
}
```
**Returns:**
Promise&lt;void&gt;