Advertisement
dereksir

Untitled

Aug 31st, 2023 (edited)
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const { chromium } = require('playwright-extra');
  2. const ProxyRouter = require('@extra/proxy-router');
  3.  
  4. // Configure the proxy router plugin
  5. const proxyRouter = ProxyRouter({
  6.   proxies: {
  7.     DEFAULT: 'https://217.11.184.20:3128',
  8.     PROXY2: 'https://20.33.5.27:8888',
  9.     PROXY3: 'https://45.133.72.252:3128',
  10.     // Define more proxies as needed
  11.   },
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement