按照正常的流程步骤安装Playwright;
要使用 Playwright,需要 Python 3.7 版本及以上,请确保 Python 的版本符合要求。
-
pip install playwright
安装Playwright自动化测试框架 - playwright install
安装Playwright浏览器驱动程序:自动安装Chromium、Firefox和WebKit浏览器(下载的时间可能会有点长请耐心等待)
如果只想安装谷歌浏览器,可以用下面的代码:
playwright install chromium
- playwright codegen
文章来源:https://www.toymoban.com/news/detail-526981.html
安装第二步的时候可能会出现这种error错误文章来源地址https://www.toymoban.com/news/detail-526981.html
building 'bitarray._bitarray' extension
error: Microsoft Visual C++ 14.0 or
到了这里,关于自己在使用cmd安装playWright时出现的error及其解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!