参考资料:
- 使用 Python + Selenium 破解滑块验证码
python selenium 淘宝滑块验证码 问题修改 chromedriver key- Python + selenium 如何绕过爬虫特征检测
如果不想被检测到是 selenium 控制的浏览器可以添加参数 options.add_experimental_option('excludeSwitches', ['enable-automation']), 启用开发者模式.
现在还需要添加 options.add_argument('--disable-blink-features=AutomationControlled')
但是通过浏览器指纹仍然可以被检测到是爬虫