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

It would be really great if playwright could generate unique CSS and XPATH selectors natively for ElementHandle. Because sometimes we need functionality to generate new selectors for future use. Like...

**Context:** - Playwright Version: 1.24.2 - Browser: All ~~~ ## System: - OS: Windows 10 10.0.19044 - Memory: 2.98 GB / 15.93 GB ## Binaries: - Node: 16.14.0 - C:\Program...

v1.26

This moves some expect() matchers tests from test runner tests to page tests, because these are implemented through a library call anyway. Makes tests more readbable, faster and easier to...

Follow-up to fb76d62a2b37a60a5eb1570237068bf6d4423091 that has a buggy fixture implementation.

CQ1

**Context:** - Playwright Version: [what Playwright version do you use?] **1.23.4** - Operating System: [e.g. Windows, Linux or Mac] **Windows** - Node.js version: [e.g. 12.22, 14.6] - Browser: [e.g. All,...

v1.26

Can the `setProps` and the `unmount` functions be added? This is useful for Vue, React and Svelte: ```typescript test('update props' ({ mount }) => { const component = await mount(Component,...

feature-components

Fixes https://github.com/microsoft/playwright/issues/16025 https://chromium.googlesource.com/chromium/src/+/a66dd70f18818e62586d78421daae10fa9f246ad https://crbug.com/1322971

CQ1

I came across issue #11568 on my machine. I didn't realize it was fixed, even after reading the code. This MR is for only for readibility and to harmonize with...