dsh-browser
Browser automation for DeepSeek Harness: Playwright-powered open/click/type/screenshot/eval tools so the agent can drive real web pages.
AI 분석
核心用途是赋予 AI 代理操作真实网页的能力。适合需要执行网页爬取、自动化测试或网络调研任务的用户。依赖 Playwright 及 Chromium 兼容浏览器。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-browserConfiguration
| 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 |