From 84698f097e786e155a3d4cc91a0469a5998308a0 Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:50:38 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (03-06-26) --- dotnet/docs/webview2.mdx | 2 -- java/docs/webview2.mdx | 2 -- nodejs/docs/webview2.mdx | 2 -- python/docs/webview2.mdx | 2 -- 4 files changed, 8 deletions(-) diff --git a/dotnet/docs/webview2.mdx b/dotnet/docs/webview2.mdx index c02800d27f..4cc6c0c68b 100644 --- a/dotnet/docs/webview2.mdx +++ b/dotnet/docs/webview2.mdx @@ -47,8 +47,6 @@ By default, the WebView2 control will use the same user data directory for all i Using the following, Playwright will run your WebView2 application as a sub-process, assign a unique user data directory to it and provide the [Page] instance to your test: - - ```csharp // WebView2Test.cs using System.Diagnostics; diff --git a/java/docs/webview2.mdx b/java/docs/webview2.mdx index 4667ae8c68..6aa5a42c99 100644 --- a/java/docs/webview2.mdx +++ b/java/docs/webview2.mdx @@ -47,8 +47,6 @@ By default, the WebView2 control will use the same user data directory for all i Using the following, Playwright will run your WebView2 application as a sub-process, assign a unique user data directory to it and provide the [Page] instance to your test: - - ```java title="WebView2Process.java" package com.example; diff --git a/nodejs/docs/webview2.mdx b/nodejs/docs/webview2.mdx index c2650822de..6b369bbf01 100644 --- a/nodejs/docs/webview2.mdx +++ b/nodejs/docs/webview2.mdx @@ -47,8 +47,6 @@ By default, the WebView2 control will use the same user data directory for all i Using the following, Playwright will run your WebView2 application as a sub-process, assign a unique user data directory to it and provide the [Page] instance to your test: - - ```js title="webView2Test.ts" import { test as base } from '@playwright/test'; import fs from 'fs'; diff --git a/python/docs/webview2.mdx b/python/docs/webview2.mdx index 16ebccc5fa..27a2027184 100644 --- a/python/docs/webview2.mdx +++ b/python/docs/webview2.mdx @@ -69,8 +69,6 @@ By default, the WebView2 control will use the same user data directory for all i Using the following, Playwright will run your WebView2 application as a sub-process, assign a unique user data directory to it and provide the [Page] instance to your test: - - ```python title="conftest.py" import os import socket