playwright icon indicating copy to clipboard operation
playwright copied to clipboard

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

Results 1411 playwright issues
Sort by recently updated
recently updated
newest added

### Version 1.57.0-alpha-2025-11-10 ### Steps to reproduce 1. Clone my repo at [https://github.com/Retsam/playwright-dialog-bug-repro](https://github.com/Retsam/playwright-dialog-bug-repro) 2. npm install 3. npm run test Contains this test: ```ts test("should click into shadow root with...

v1.58

I'm encountering an issue with Playwright Agent when performing UI automation testing involving new tabs: Scenario: When clicking an "Add/New" button on the original page, the system opens a new...

v1.58

### Version 1.54.1 ### Steps to reproduce Set `reportSlowTests` object in the config: e.g. ``` reportSlowTests: { threshold: 2, 1.54.1 ```

P3-collecting-feedback

### Version v1.56.1 ### Steps to reproduce Prerequisite: - init minimal project - npm init playwright@latest - VS Code & Plawright VS Code extension installed Steps to reproduce: In VS...

P3-collecting-feedback
feature-vscode-extension

### 🚀 Feature Request Please add bun support. ### Example _No response_ ### Motivation Bun is three times faster and it's a no brainer.

P3-collecting-feedback

### System info - Playwright Version: [v1.34.3] - Operating System: observed on Windows 11 - Browser: Electron - Other info: Regression of #16614 and #16782. See also [this comment](https://github.com/microsoft/playwright/issues/16614#issuecomment-1218325146) and...

feature-electron

### Version 1.52.0 ### Steps to reproduce When navigating to pages that use service workers in Firefox (v137), `navigator.serviceWorker.controller` incorrectly returns null, even though a service worker instance is active...

P3-collecting-feedback
browser-firefox

`RenderDocument` feature breaks isolated worlds - it reports an extra utility context, and so using it right away results in an error. Commit that enabled RenderDocument: https://chromium.googlesource.com/chromium/src/+/c35065f7e612e3becbe7f24baaca28c7859b7543 Failing tests: ```...

browser-chromium
upstream
v1.58

In the cypress UI, you can keep a test in a dangling state, allowing to interact with the application you're testing in the same state as when the test finishes...

feature-ui-mode
v1.58

### Version 1.45.3 ### Steps to reproduce 1. Use the test to take a screenshot of a page with an image locally using the headful browser using the experimental `{_comparator:...

feature-visual-regression-testing