Skip to content

Selenium + webdriver 自动验证普通的滑块验证码(滑动验证码)

Notifications You must be signed in to change notification settings

lusi1990/valicate_slide_captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

滑块验证码思路

参考资料:

PS:

如果不想被检测到是 selenium 控制的浏览器可以添加参数 options.add_experimental_option('excludeSwitches', ['enable-automation']), 启用开发者模式. 现在还需要添加 options.add_argument('--disable-blink-features=AutomationControlled')

但是通过浏览器指纹仍然可以被检测到是爬虫

About

Selenium + webdriver 自动验证普通的滑块验证码(滑动验证码)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published