python安装playwright自动化测试

# 卸载
pip uninstall -y playwright 
# 安装
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ playwright
# 安装浏览器插件
playwright install
posted @ 2024-03-29 10:37  朝阳1  阅读(140)  评论(0)    收藏  举报