This package has been deprecated

Author message:

Please use puppeteer with @replayio/puppeteer instead

@recordreplay/puppeteer
TypeScript icon, indicating that this package has built-in type declarations

13.3.1 • Public • Published

puppeteer

Replay enabled fork of the Puppeteer library.

Overview

This is an alternative to Puppeteer that uses a replay enabled chromium where possible, simplifying installation and versioning when compared with configuring the standard Puppeteer library to use replay browsers directly.

Installation

npm i @recordreplay/puppeteer

Usage

Replace puppeteer with @recordreplay/puppeteer in require/import statements, and this library will be used instead. On supported platforms (see below), replay enabled browsers will be used to make recordings and save them to disk. After running any puppeteer scripts, use the replay-recordings CLI tool to manage and upload the recordings.

Supported Platforms

The replay enabled chromium is currently only supported on linux.

Readme

Keywords

none

Package Sidebar

Install

npm i @recordreplay/puppeteer

Weekly Downloads

0

Version

13.3.1

License

Apache-2.0

Unpacked Size

3.57 MB

Total Files

504

Last publish

Collaborators

  • ryanjduffy
  • jasonlaster11
  • dmiller_replay
  • holger_replay
  • bhackett1024