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.48.2 ### Steps to reproduce Local: MacOS CI Runner: Docker Linux 1. Run a test with webkit 2. Open a new page on the same website. 3. Try...

browser-webkit
P3-collecting-feedback

### 🚀 Feature Request We propose adding a feature to the `getByRole` method in Playwright to include an `ariaChildren` option. This option would allow developers to locate elements referenced by...

P3-collecting-feedback

### 🚀 Feature Request When processing output of large test set, it is hard to keep track between the list of tests and its detail. After clicking a test output...

P3-collecting-feedback

### 🚀 Feature Request Currently the CSS `hypens: auto;` is only supported by Chromium headless. According to [#34067](https://github.com/microsoft/playwright/issues/34067#issuecomment-2566297488) the support will be removed with v1.50. Would be nice to have...

P3-collecting-feedback

### 🚀 Feature Request ### Current Behavior To update reference screenshots after detecting UI changes, we need to: 1. Run tests first time - differences are detected and stored in...

feature-visual-regression-testing

### 🚀 Feature Request See proposed column arrangement: Name - should include all query params Add a new column **"Path"** in between the Name and Method columns ### Example ![Image](https://github.com/user-attachments/assets/0ba787af-8b64-4b4d-8370-b4dc6d21a5b7)...

P3-collecting-feedback

### Page(s) https://playwright.dev/docs/next/test-assertions#add-custom-matchers-using-expectextend ### Description The example in the docs above doesn't work if for example the locator has multiple elements - the exception gets swallowed. You can add ```...

P3-collecting-feedback

### 🚀 Feature Request Similar to `--grep` and `--grep-invert`: `npx playwright test --project-invert `. It's just a proposal and there's life without it. If it doesn't make sense, feel free...

P3-collecting-feedback

### 🚀 Feature Request I think it'd be useful for the queries to accept an option allowing them to only return the text of child elements who are visible. I...

P3-collecting-feedback

### 🚀 Feature Request [Actions like `locator.click()` automatically perform a series of actionability checks to ensure that the target locator can be acted upon.](https://playwright.dev/docs/actionability) Users can choose to ignore all...

P3-collecting-feedback