Advertisement
dereksir

Untitled

Feb 28th, 2024 (edited)
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // import the required libraries
  2. const proxy = require('selenium-webdriver/proxy');
  3.  
  4. async function scraper() {
  5.  
  6.     // define your proxy details
  7.     const proxyString = '167.99.174.59:80';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement