selenium 设置代理ip

from selenium import webdriver

options = webdriver.ChromeOptions()

options.add_argument("--proxy-server=http://113.116.45.20:8118")
br = webdriver.Chrome(options=options)
br.get("http://www.spbeen.com/tool/request_info/")
原文地址:https://www.cnblogs.com/php-linux/p/12467613.html