⚠️ Pre-release and Alpha Warning: This library is currently in pre-release and alpha stage. It is not recommended for use in production environments as it may contain bugs, incomplete features, and is subject to significant changes.
Welcome to the Playwright Extensions library! This library is designed to enhance your experience with Playwright, a powerful automation tool for web browsers. Playwright Extensions provides a set of convenient helper functions and utilities to simplify common tasks and streamline your automation workflow.
To get started, you'll need to install Playwright Utils using npm. Run the following command in your project directory:
npm install playwright-extensions
Let's discover how to get started with Playwright and Playwright Extensions.
Get started by creating a new Playwright Project and add Playwright Extensions to it.
Or try adding Playwright Extensions to a existing with Playwright Project.
- Node.js version 20:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
- Playwright latest stable version
- Playwright Extensions latest stable version
Contributions are welcome! If you have ideas for new features, find a bug, or want to improve existing code, please open an issue or submit a pull request.
This library is licensed under the MIT License - see the LICENSE file for details.
Happy testing with Playwright Extensions!