This commit is contained in:
Max Schmitt 2024-08-23 15:16:38 +02:00
parent 63e70c3149
commit c11cf18cd3

View file

@ -184,7 +184,7 @@ Its also possible to specify it per context:
```js tab=js-test title="example.spec.ts"
import { test, expect } from '@playwright/test';
test('should do ...', async ({ browser }) => {
test('should use custom proxy on a new context', async ({ browser }) => {
const context = await browser.newContext({
proxy: {
server: 'http://myproxy.com:3128',