Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dotnet/docs/webview2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- source code is available here to verify that the examples are working https://github.com/mxschmitt/playwright-webview2-demo -->

```csharp
// WebView2Test.cs
using System.Diagnostics;
Expand Down
2 changes: 0 additions & 2 deletions java/docs/webview2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- source code is available here to verify that the examples are working https://github.com/mxschmitt/playwright-webview2-demo -->

```java title="WebView2Process.java"
package com.example;

Expand Down
2 changes: 0 additions & 2 deletions nodejs/docs/webview2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- source code is available here to verify that the examples are working https://github.com/mxschmitt/playwright-webview2-demo -->

```js title="webView2Test.ts"
import { test as base } from '@playwright/test';
import fs from 'fs';
Expand Down
2 changes: 0 additions & 2 deletions python/docs/webview2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- source code is available here to verify that the examples are working https://github.com/mxschmitt/playwright-webview2-demo -->

```python title="conftest.py"
import os
import socket
Expand Down
Loading