解决采集时使用selenium被屏蔽的办法
实用seleniumbase uc模式
from seleniumbase import Driver
driver = Driver(uc=True) # 使用UC模式
UC模式是基于undetected-chromedriver 但做了一些优化更新,使用起来更方便
官方例子:文章来源:https://www.toymoban.com/news/detail-835586.html
from seleniumbase import Driver
driver = Driver(uc=True)
driver.uc_open_with_reconnect("https://nowsecure.nl/#relax", 5)
driver.quit()
关于seleniumbase 更多,请参考官方文档
https://seleniumbase.io/help_docs/uc_mode/文章来源地址https://www.toymoban.com/news/detail-835586.html
到了这里,关于解决采集时使用selenium被屏蔽的办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!