Back to Puppeteer

ScreenRecorder class

docs/api/puppeteer.screenrecorder.md

19.2.2591 B
Original Source

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()</span>

</td><td> </td><td>

Stops the recorder.

</td></tr> </tbody></table>