特牛生活网

selenium设置chrome代理_senium google 代理_大数据苦行僧—yisurvey123的博客-CSDN博客

网友收藏
from selenium import webdriver# 方法1options = webdriver.ChromeOptions()ip = '190.2.151.210:40071' options.add_argument(f"--proxy-server=http://{ip}")driver = webdriver.Chrome(executable_path="./chromedriver.exe",chrome_options=options)# 2options _senium google 代理