mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
46 lines
633 B
Markdown
46 lines
633 B
Markdown
---
|
|
sidebar_label: ScreenRecorder
|
|
---
|
|
|
|
# ScreenRecorder class
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export declare class ScreenRecorder extends PassThrough
|
|
```
|
|
|
|
**Extends:** PassThrough
|
|
|
|
## Remarks
|
|
|
|
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `ScreenRecorder` class.
|
|
|
|
## Methods
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Method
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
<span id="stop">[stop()](./puppeteer.screenrecorder.stop.md)</span>
|
|
|
|
</td><td>
|
|
|
|
</td><td>
|
|
|
|
Stops the recorder.
|
|
|
|
</td></tr>
|
|
</tbody></table>
|