09 2023 档案
摘要:https://www.cnblogs.com/liudinglong/p/13417427.html 另外一种自动化测试工具: https://zhuanlan.zhihu.com/p/507247029?utm_id=0 playwright是由微软开发的Web UI自动化测试工具
阅读全文
摘要:https://blog.csdn.net/yuanshiren133/article/details/131042986
阅读全文
摘要:Exception in thread Thread-4:Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner File "/usr/lib/p
阅读全文
摘要:import subprocess # 定义要安装的库的 requirements 文件路径requirements_file = "requirements.txt" # 使用 subprocess 执行 pip install 命令并加上 &cmd = f"pip install -r {req
阅读全文