-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 1.1 KB
/
plugin.json
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "webwright",
"version": "0.1.0",
"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.",
"author": {
"name": "Microsoft Research",
"url": "https://github.com/microsoft/Webwright"
},
"homepage": "https://github.com/microsoft/Webwright",
"repository": "https://github.com/microsoft/Webwright",
"license": "MIT",
"keywords": ["browser", "playwright", "web-agent", "automation", "rpa"],
"skills": "./skills/",
"interface": {
"displayName": "Webwright",
"shortDescription": "SOTA browser agent driven by your coding agent",
"longDescription": "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.",
"developerName": "Microsoft Research",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"websiteURL": "https://github.com/microsoft/Webwright"
}
}