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.52 ### Steps to reproduce 1. Have Below Type Assertion `if(dbData.ADDRESS) await expect.soft(.nth(0)).toHaveText((dbData.ADDRESS),{useInnerText:true,ignoreCase:true})` ### Expected behavior Expect to Ignore case in the sentence. The Below Expected and Actual...

### šŸš€ Feature Request ## Proposal It would be great if there's a built-in way to filter an input by its current `value` attribute. This is the way we are...

P3-collecting-feedback

### šŸš€ Feature Request I would like to better debug existing Playwright tests for WebDriver BiDi and want to use the Playwright extension for VSCode. Sadly it doesn't work and...

bidi

This PR adds a short guide to the README on how to generate and view the Playwright HTML test report locally using the `--reporter=html` flag.

### šŸš€ Feature Request I'm trying to implement the new Partitioned flag for our backend's cookies (see https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies). With this I'm hoping to support Safari and upcoming cookie-blocking chrome versions...

browser-webkit
upstream
v1.54

Fixes: https://github.com/microsoft/playwright/issues/34873 References: https://github.com/microsoft/playwright/pull/34939 - Use proxy(if applicable) & secureContext for origin in ALPN

### Version 1.54.0-next ### Steps to reproduce I’d like to resolve the `open-to-a-pull-request` labeled issues that have been left unattended in UI mode, as well as a few others I...

v1.54

Closes https://github.com/microsoft/playwright/issues/36233 ## Summary This PR adds support for the `aria-busy` attribute to Playwright's role selector functionality, allowing developers to identify elements based on their busy state. ## Changes -...

### šŸš€ Feature Request Instead of updating existing output lines (if output is a tty) when a test resolves, just go ahead and print another status line, as if the...

v1.54

### Version 1.52.0 ### Steps to reproduce 1. Checkout my repo: https://github.com/hnhaefliger/playwright-repro. 2. Run `npm run click-times-out` (this may take a couple of runs or tinkering with the click timeout...

v1.54