Playwright

Latest version: v1.51.0

Safety actively analyzes 724305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 28

1.15.21633455481000

1.15.01633020276000

1.15.2

Highlights

This patch includes bug fixes for the following issues:

https://github.com/microsoft/playwright/issues/9261 - [BUG] npm init playwright fails on path spaces
https://github.com/microsoft/playwright/issues/9298 - [Question]: Should new Headers methods work in RouteAsync ?

Browser Versions

- Chromium 96.0.4641.0
- Mozilla Firefox 92.0
- WebKit 15.0

This version of Playwright was also tested against the following stable channels:

- Google Chrome 93
- Microsoft Edge 93

---

1.15.1

Highlights

This patch includes bug fixes for the following issues:

9065 - [BUG] browser(webkit): disable COOP support
9092 - [BUG] browser(webkit): fix text padding
9048 - [BUG] fix(test-runner): toHaveURL respect baseURL
8955 - [BUG] fix(inspector): stop on all snapshottable actions
8921 - [BUG] fix(test runner): after hooks step should not be nested
8975 - [BUG] feat(fetch): support form data and json encodings
9071 - [BUG] fix(fetch): be compatible with a 0 timeout
8999 - [BUG] fix: do not dedup header values
9038 - [BUG] fix: restore support for slowmo connect option

Browser Versions

- Chromium 96.0.4641.0
- Mozilla Firefox 92.0
- WebKit 15.0

This version of Playwright was also tested against the following stable channels:

- Google Chrome 93
- Microsoft Edge 93

---

1.15.0

<a href="https://youtu.be/6RwzsDeEj7Y">![release-1.15](https://user-images.githubusercontent.com/883973/169664000-10292205-5e46-4771-b532-7b887d79fb88.jpg)</a>
<a href="https://youtu.be/6RwzsDeEj7Y">Playwright v1.15 updates</a>


🎭 Playwright Library

🖱️ Mouse Wheel

By using [`Page.mouse.wheel`](https://playwright.dev/docs/api/class-mouse#mouse-wheel) you are now able to scroll vertically or horizontally.

📜 New Headers API

Previously it was not possible to get multiple header values of a response. This is now possible and additional helper functions are available:

- [Request.allHeaders()](https://playwright.dev/docs/api/class-request#request-all-headers)
- [Request.headersArray()](https://playwright.dev/docs/api/class-request#request-headers-array)
- [Request.headerValue(name: string)](https://playwright.dev/docs/api/class-request#request-header-value)
- [Response.allHeaders()](https://playwright.dev/docs/api/class-response#response-all-headers)
- [Response.headersArray()](https://playwright.dev/docs/api/class-response#response-headers-array)
- [Response.headerValue(name: string)](https://playwright.dev/docs/api/class-response#response-header-value)
- [Response.headerValues(name: string)](https://playwright.dev/docs/api/class-response/#response-header-values)

🌈 Forced-Colors emulation

Its now possible to emulate the `forced-colors` CSS media feature by passing it in the [context options](https://playwright.dev/docs/api/class-browser#browser-new-context-option-forced-colors) or calling [Page.emulateMedia()](https://playwright.dev/docs/api/class-page#page-emulate-media).

New APIs

- [Page.route()](https://playwright.dev/docs/api/class-page#page-route) accepts new `times` option to specify how many times this route should be matched.
- [Page.setChecked(selector: string, checked: boolean)](https://playwright.dev/docs/api/class-page#page-set-checked) and [Locator.setChecked(selector: string, checked: boolean)](https://playwright.dev/docs/api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox.
- [Request.sizes()](https://playwright.dev/docs/api/class-request#request-sizes) Returns resource size information for given http request.
- [BrowserContext.tracing.startChunk()](https://playwright.dev/docs/api/class-tracing#tracing-start-chunk) - Start a new trace chunk.
- [BrowserContext.tracing.stopChunk()](https://playwright.dev/docs/api/class-tracing#tracing-stop-chunk) - Stops a new trace chunk.

🎭 Playwright Test

🤝 `test.parallel()` run tests in the same file in parallel

ts
test.describe.parallel('group', () => {
test('runs in parallel 1', async ({ page }) => {
});
test('runs in parallel 2', async ({ page }) => {
});
});


By default, tests in a single file are run in order. If you have many independent tests in a single file, you can now run them in parallel with [test.describe.parallel(title, callback)](https://playwright.dev/docs/api/class-test#test-describe-parallel).

🛠 Add `--debug` CLI flag

By using `npx playwright test --debug` it will enable the [Playwright Inspector](https://playwright.dev/docs/debug#playwright-inspector) for you to debug your tests.

Browser Versions

- Chromium 96.0.4641.0
- Mozilla Firefox 92.0
- WebKit 15.0

This version of Playwright was also tested against the following stable channels:

- Google Chrome 93
- Microsoft Edge 93

1.14.1

Highlights

This patch includes bug fixes for the following issues:

8287 - [BUG] webkit crashes intermittently: "file data stream has an unexpected number of bytes"
8281 - [BUG] HTML report crashes if diff snapshot does not exists
8230 - Using React Selectors with multiple React trees
8366 - [BUG] Mark timeout in isVisible as deprecated and noop

Browser Versions

- Chromium 94.0.4595.0
- Mozilla Firefox 91.0
- WebKit 15.0

This version of Playwright was also tested against the following stable channels:

- Google Chrome 92
- Microsoft Edge 92

Page 19 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.