欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

selenuim库规避检测

程序员文章站 2022-06-02 20:07:30
...

适用于9x版本谷歌浏览器。
添加规则:

option = webdriver.ChromeOptions()
option.add_argument("--disable-blink-features=AutomationControlled")
相关标签: python