Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:00 +08:00
commit ef9c3b3679
11 changed files with 1118 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "browser-automation-scripts",
"version": "1.0.0",
"description": "Browser automation scripts using Playwright",
"scripts": {
"install-browsers": "playwright install chromium"
},
"dependencies": {
"playwright": "^1.40.0"
}
}