Advertisement
dereksir

Untitled

Nov 6th, 2023 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1. using OpenQA.Selenium;
  2. using OpenQA.Selenium.Chrome;
  3. using System;
  4.  
  5. class Program
  6. {
  7.     static void Main()
  8.     {
  9.         var proxies = new List<string>
  10.         {
  11.             "http://211.193.1.11:80",
  12.             "http://138.68.60.8:8080",
  13.             "http://209.13.186.20:80"
  14.             // Add more proxy configurations as needed
  15.         };
  16.  
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement