jonah791/dsh-agent-webops ↗★ 1
dsh-agent-webops
浏览器自主操作插件:爱丽丝经 headless Edge (CDP) 自主打开页面/点击/输入/读取/截图——GUI 验证与网页操作全自主,不依赖主人手动操作。
AI Analysis
核心用途是网页自动化与 GUI 验证。适合需要 Agent 独立执行网页信息提取、表单填写和界面截图验证等无需人工干预的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用
| 工具 | 说明 |
|---|---|
webops_open | 启动浏览器并导航到 URL |
webops_read | 读取页面文本(可选 CSS 选择器) |
webops_click | 按可见文本点击元素 |
webops_type | 向输入框输入文本 |
webops_eval | 执行任意 JS(返回值需可序列化) |
webops_shot | 页面截图(PNG,供 agent 查看) |
webops_close | 关闭实例并清理临时 profile |