Skip to content

Instantly share code, notes, and snippets.

@itsmnthn
Created May 11, 2022 06:50
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--proxy-server=%s' % hostname + ":" + port)
driver = webdriver.Chrome(chrome_options=chrome_options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment