selenium使用代理的方式(chrome):
固定ip的代理,连接无用户名密码认证的代理
1 | from selenium import webdriver |
有用户名和密码的连接
1 | from selenium import webdriver |
以上直接通过python代码生成chrome所需的zip插件文件,IP端口用户名密码写上自己的,原文出处:
https://vimmaniac.com/blog/bangal/selenium-chrome-driver-proxy-with-authentication/
插件源代码 https://github.com/RobinDev/Selenium-Chrome-HTTP-Private-Proxy