--- 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>