November 17, 2021
Selenium webdriver 读取认证码, 读取亚马逊Amazon认证码, helium webdriver读取验证码, python读取图形验证码, Solve text captcha, python_anticaptcha

1. Selenium webdriver 使用的是:helium,详细教程看这里:helium详细教程, 轻量级Selenium webdriver
安装:pip3 install helium
项目地址:https://github.com/mherrmann/selenium-python-helium
API 文档:https://selenium-python-helium.readthedocs.io/en/latest/api.html
2. 验证码读取使用的是:anti-captcha,
安装:pip install python-anticaptcha
官网:https:… Read More