mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
217 B
Markdown
20 lines
217 B
Markdown
---
|
|
sidebar_label: ScreenRecorder.stop
|
|
---
|
|
|
|
# ScreenRecorder.stop() method
|
|
|
|
Stops the recorder.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class ScreenRecorder {
|
|
stop(): Promise<void>;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
Promise<void>
|