Advertisement
dereksir

Untitled

Mar 18th, 2024 (edited)
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. # set Chrome Options
  2. chrome_options = uc.ChromeOptions()
  3.  
  4. # define your proxy settings
  5. proxy_options = {
  6.     'proxy': {
  7.         'http': 'http://username:password@ip:port',
  8.         'https': 'https://username:password@ip:port'
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement