dsh-browser
DeepSeek Harness 浏览器自动化插件:基于 Playwright 提供打开、点击、输入、截图和执行评估等工具,使 Agent 能够驱动真实网页。
AI 分析
核心用途是赋予 AI 代理操作真实网页的能力。适合需要执行网页爬取、自动化测试或网络调研任务的用户。依赖 Playwright 及 Chromium 兼容浏览器。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-browser說明文件
閱讀完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
launch.executablePath | — | Absolute path to a browser binary (takes precedence) |
launch.channel | auto (chromium → chrome → msedge) | Browser channel |
launch.navigationTimeoutMs | — | Default navigation/action timeout |
launch.viewport | 1280×800 | Page viewport |
screenshotDir | browser-screenshots | Screenshot directory under the workspace |