puppeteer/docs/api/puppeteer.screenrecorder.md

46 lines
610 B
Markdown
Raw Normal View History

2023-10-06 14:50:39 +00:00
---
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>
[stop()](./puppeteer.screenrecorder.stop.md)
</td><td>
</td><td>
Stops the recorder.
</td></tr>
</tbody></table>