特牛生活网

webdriver+Chrome 设置代理_webdriver.chromeoptions 代理-CSDN博客

网友收藏
文章浏览阅读1.5w次。 from selenium import webdriverchromeOptions = webdriver.ChromeOptions()# 设置代理chromeOptions.add_argument("--proxy-server=http://202.20.16.82:10152")# 一定要注意,=两边不能有空格,不能是这样--proxy-server = http:..._webdriver.chromeoptions 代理