转载请注明出处:小锋学长生活大爆炸[xfxuezhagn.cn]
如果本文帮助到了你,欢迎[点赞、收藏、关注]哦~
更新:
发现一个非常好用的项目,直接内置uc:
GitHub - seleniumbase/SeleniumBase: 📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
浏览器指纹测试:Antibot

网上方法都试了,什么指定version_main、添加option等。
最终,放弃,直接换selenium自己的吧:
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.chrome.service import Service
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=self.options)
Chrome浏览器便携包:
ChromeDriver Latest Releases Versions Downloads - Chrome for Testing availability



![代码随想录算法训练营第74天:路径总结[1]](https://img-home.csdnimg.cn/images/20230724024159.png?origin_url=https%3A%2F%2Fcode-thinking-1253855093.file.myqcloud.com%2Fpics%2F20240508121355.png&pos_id=img-utr7euyy-1720151187344)










![[FreeRTOS 内部实现] 事件组](https://i-blog.csdnimg.cn/direct/10f51e29185c47d9be8fa9265416ac66.png)




