0
点赞
收藏
分享

微信扫一扫

Vue iview-ui 被tooltip包裹的标题,点击跳转后,提示框不消失

有态度的萌狮子 2024-07-24 阅读 4

更新:

发现一个非常好用的项目,直接内置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.

相关接口介绍:

【教程】新的Selenium!整合了隐藏浏览器指纹等功能-CSDN博客很好用的一个库https://blog.csdn.net/sxf1061700625/article/details/140238454


网上方法都试了,什么指定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

举报

相关推荐

0 条评论