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