Advertisement
dereksir

Untitled

Aug 31st, 2023 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const { chromium } = require('playwright-extra')
  2.  
  3. // Configure and add the proxy router plugin with a default proxy
  4. const ProxyRouter = require('@extra/proxy-router')
  5. chromium.use(
  6.   ProxyRouter({
  7.     proxies: { DEFAULT: 'http://164.132.170.100:80' },
  8.   })
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement