Advertisement
dereksir

Untitled

Nov 6th, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. ChromeOptions options = new ChromeOptions();
  2.  
  3. // Set up the ChromeDriver instance with proxy configuration using AddArgument
  4. options.AddArgument("--proxy-server=http://71.86.129.131:8080");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement