From 7019d461b3880dc6b6f31a5bbaeab522014262b5 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:09:29 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (27-08-25) --- dotnet/docs/intro.mdx | 2 +- java/docs/intro.mdx | 2 +- nodejs/docs/intro.mdx | 2 +- python/docs/intro.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet/docs/intro.mdx b/dotnet/docs/intro.mdx index 3e4d7eeb875..1101ba97bff 100644 --- a/dotnet/docs/intro.mdx +++ b/dotnet/docs/intro.mdx @@ -275,7 +275,7 @@ See our doc on [Running and Debugging Tests](./running-tests.mdx) to learn more ## System requirements - Playwright is distributed as a .NET Standard 2.0 library. We recommend .NET 8. -- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). +- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). - macOS 14 Ventura, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. diff --git a/java/docs/intro.mdx b/java/docs/intro.mdx index 906a2bc338c..21554515c69 100644 --- a/java/docs/intro.mdx +++ b/java/docs/intro.mdx @@ -129,7 +129,7 @@ By default browsers launched with Playwright run headless, meaning no browser UI ## System requirements - Java 8 or higher. -- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). +- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). - macOS 14 Ventura, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture. diff --git a/nodejs/docs/intro.mdx b/nodejs/docs/intro.mdx index 838c79a776a..c8abd7e42c1 100644 --- a/nodejs/docs/intro.mdx +++ b/nodejs/docs/intro.mdx @@ -262,7 +262,7 @@ pnpm exec playwright --version ## System requirements - Node.js: latest 20.x, 22.x or 24.x. -- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). +- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). - macOS 14 (Ventura) or later. - Debian 12 / 13, Ubuntu 22.04 / 24.04 (x86-64 or arm64). diff --git a/python/docs/intro.mdx b/python/docs/intro.mdx index a988ee2c5f3..2368c02a0e9 100644 --- a/python/docs/intro.mdx +++ b/python/docs/intro.mdx @@ -99,7 +99,7 @@ pip install pytest-playwright playwright -U ## System requirements - Python 3.8 or higher. -- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL). +- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL). - macOS 14 Ventura, or later. - Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.