selenium + chrome 被检测,反反爬小记

selenium + chrome

不少难以采集的网站都使用selenium爬取,可是后来发现selenium有特征值,会被检测出来,今天来小结一下反反爬方案
测试网站 全绿好像表明没被检测出html

中间人修改js

网上不少都是这种博客,不知道靠不靠谱python

pyppeteer

这种python的异步请求库,彷佛极好的解决了
简书博客web

开发者模式

彷佛使用开发者模式能够避免被检测,还须要测试
[python+selenium代码]chrome

options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-automation'])
相关文章
相关标签/搜索