Advertisement
dereksir

Untitled

Feb 28th, 2024 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // import required libraries
  2. const { Builder, By } = require('selenium-webdriver');
  3. const firefox = require('selenium-webdriver/firefox');
  4. const proxy = require('selenium-webdriver/proxy');
  5.  
  6. // list of proxies
  7. const proxyPool = [
  8.     '136.244.99.51:8888',
  9.     '45.11.95.166:6012',
  10.     '110.34.3.229:3128',
  11.     // add more proxies as needed
  12. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement