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

### šŸš€ Feature Request I’d like to request the ability to configure the fullPage option for toHaveScreenshot on a per-project basis. ### Example I want the default to be fullPage:...

P3-collecting-feedback

### šŸš€ Feature Request I propose to add support of relative URLs to the trace-viewer `trace` parameter. ### Example Currently, trace-viewer URLs look like this: ``` http://localhost:9323/trace/index.html?trace=http://localhost:9323/data/9ed7c5d3b9be501f8179e4cacebced0ccbbcac7b.zip ``` I'd like...

P3-collecting-feedback

### Version 1.49.1 ### Steps to reproduce ```python from playwright.async_api import async_playwright async def main(): playwright = await async_playwright().start() browser = await playwright.firefox.launch() context = await browser.new_context() page = await...

P3-collecting-feedback
browser-firefox

### šŸš€ Feature Request Vs code extension that allows to pick locators on cursor and record scenario is so nice, but it will be nice to have a possibility to...

P3-collecting-feedback

### šŸš€ Feature Request now both 1.49 and 1.50 have `WebKit 18.2` in the changelog, but they are very different under the hood. Is there a way to add which...

P3-collecting-feedback

hello, i'm using aria snapshots to validate some sections and when a check fails in the error message all the regex are shown as differences making it difficult to find...

P3-collecting-feedback

### šŸš€ Feature Request I have a project featuring different Playwright configurations for React Component Tests and E2E tests. I could not find a way to enable all of our...

feature-vscode-extension

When I use the VSCode plugin to debug tests the browser windows open on the same monitor where I have Visual Studio Code, but since I have a secondary monitor...

P3-collecting-feedback

### Version 1.50.0 ### Steps to reproduce create a playwright config: ```ts import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ // Look for test files in the "tests"...

P3-collecting-feedback
feature-trace

### Version 1.50.0-beta-2 ### Steps to reproduce Exception if the resulting pdf-file is greater than 512mb ``` var pdfByteArray = await page.PdfAsync(new PagePdfOptions { Width = $"{options.WidthPx}px", Height = $"{options.HeightPx}px",...

P3-collecting-feedback