playwright
playwright copied to clipboard
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
### Version 1.57.0 ### Steps to reproduce 1. Use [mise](https://mise.jdx.dev/) version manager to manage NodeJS versions. 1. Clone my repo at https://github.com/nimanthadilz/playwright-repro 2. npm install 3. Try to run the...
Unable to use playwright Agents in Cursor
### 🚀 Feature Request Please add an option or other possibility to set all locators to ignore invisible elements by default. Currently this is not possible and people have to...
### Version 1.53.0 ### Steps to reproduce I'm testing a poorly written Android Hybrid app which does not properly destroy webviews when exited. Steps to reproduce: ```typescript import { _android...
[Feature]: Allow to configure the protocol (`juggler` or `webDriverBiDi`) when launching the browser
### 🚀 Feature Request Now that WebDriver BiDi implements many of the requirements needed by Playwright, it would be great to see early adoption from users. Real-world feedback would be...
## Summary Add server-side API to accept snapshot updates by copying actual snapshots to expected locations: - Add `acceptSnapshots()` method to `TestServerInterface` - Implement handler in `TestServerDispatcher` that copies files...
### 🚀 Feature Request Hey Playwright team, FYI : I use bdd cucumber tests and it will be so good to see the entire page with the url captured in...
### 🚀 Feature Request I think the actions list in the UI mode it can be improved by using a striped background (alternating light grey / white background per row)....
### 🚀 Feature Request Prevent display of the translation popup that the playwright UI browser shows if you have a non english language set as your OS language. ### Example...
### 🚀 Feature Request Is it possible to add more input control state assertions? In the kit there's already toBeDisabled() and toBeEditable(), but all others that are defined in the...