🎪 Tool Integration

Proxies for Playwright

Playwright + GProxy proxies — the perfect combination for testing and scraping in Chrome, Firefox, and WebKit.

Преимущества для Playwright

Test everywhere with one API

🌐

Three Browsers

Chromium, Firefox, WebKit in one API.

Fast

Optimized for speed.

📸

Screenshots & Video

Test recording.

🔧

Auto-wait

Smart element waiting.

Как это работает

Playwright + proxies in minutes

1

Install Playwright

npm install playwright

2

Configure Proxy

Pass proxy in launch options

3

Choose Browser

Chrome, Firefox, or WebKit

4

Run Tests

All traffic through proxy

Пример интеграции

Playwright with proxy

JavaScript
const { chromium } = require('playwright');

(async () => {
  const browser = await chromium.launch({
    proxy: {
      server: 'http://proxy.gproxy.net:8080',
      username: 'your_user',
      password: 'your_pass'
    }
  });

  const page = await browser.newPage();
  await page.goto('https://example.com');
  console.log(await page.title());

  await browser.close();
})();

Начните использовать прокси для Playwright

Выберите подходящий тариф и получите доступ к миллионам IP-адресов