Files
2026-07-13 12:28:42 +08:00

21 lines
663 B
JSON

{
"name": "webwright",
"owner": {
"name": "Microsoft Research",
"url": "https://github.com/microsoft/Webwright"
},
"plugins": [
{
"name": "webwright",
"source": {
"source": "github",
"repo": "microsoft/Webwright"
},
"description": "Turn your coding agent into a SOTA browser agent. Drives a local Playwright workspace via one bash command at a time, saving screenshots and an action log into final_runs/run_<id>/, and visually self-verifies the result.",
"version": "0.1.0",
"category": "automation",
"keywords": ["browser", "playwright", "web-agent", "automation", "rpa"]
}
]
}