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.
### 🚀 Feature Request Capture all trace in ui mode for android webviews ### Example using this fixtures to use an android device with the ui mode would report same...
### Page(s) https://playwright.dev/docs/chrome-extensions ### Description Just a heads up, in the latest version of chrome, "developer mode" is required to be turned on for locally loaded extensions to be active...
### 🚀 Feature Request There's an interesting library: that could be an inspiration how to add either AI locators feature or actions based on prompts. You may find the [Stagehand...
### Version 1.50.1 ### Steps to reproduce 1. Install podman on Windows. For instance: `winget install --id RedHat.Podman` 2. Run the playwright container in interactive mode with a shell: `podman...
Hello, playwright --- 1.50.0 I am using sync_api, but I cannot find the API to create a request with a specific HTTP version and retrieve the HTTP version from the...
### Version 1.53.1 ### Steps to reproduce 1. Use `await page.waitForResponse()` to capture a response received by the browser 2. Attempt to access the response body with `const json =...
Motivation: This produces warnings in Node.js >= 24. https://github.com/microsoft/playwright/issues/36404
### Version 1.49.1 ### Steps to reproduce 1. Open UI Mode/trace viewer 2. Click on the sidebar toggle on the middle right side 3. Notice that all of the text...
### 🚀 Feature Request In some situations (currently with `locator.count()`), a trace entry may have an empty snapshot. When this occurs we should display the last complete snapshot, if any,...