Advertisement
dereksir

Untitled

Mar 4th, 2024 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. # define proxy details
  2. proxy = '50.168.163.183:80'
  3.  
  4. # set Chrome options
  5. options = uc.ChromeOptions()
  6. # add proxy to Chrome options
  7. options.add_argument(f'--proxy-server={proxy}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement