@@ -17,6 +17,11 @@ C:\Users\xx\AppData\Local\ms-playwright
初始化一个项目:
```
npm init playwright@latest new-project
+
+pip install playwright==1.33.0
+playwright install
+playwright install-deps
python: