Package Exports
- playwright
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (playwright) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
playwright

playwright
is a library for Node.js that
lets you run functions and modules in multiple isolated processes and helps you
coordinate and manage their communication and error handling.
Install
$ npm install --save playwright
Table of Contents
Example
Features
- Spawn multiple actors running tasks in parallel
- Process isolation
- Crash monitoring and recovery
- Mailbox-based actor API for communication
Contributing
The playwright team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.