browser_full_regression
Automates full regression testing by clicking every interactive element on a page, verifying each returns to the start, and checking for Console/Network errors.
Instructions
强制执行的浏览器全功能闭环回归验证。自动发现页面上所有可交互功能(链接和按钮),逐个点击验证功能正常工作,检查 Console/Network 错误,验证每个功能的闭环完整性(可进入、可返回)。默认目标 URL: http://localhost:5173
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | 目标页面 URL(默认: http://localhost:5173) | http://localhost:5173 |
| timeout | No | 全局超时秒数 | |
| visible | No | 是否显示浏览器窗口(true 时弹出浏览器,你可实时查看点击过程、发现工具操作失误,false 时后台运行基于截图证据) | |
| maxDepth | No | 菜单遍历最大深度 | |
| maxItems | No | 最大点击次数 | |
| includeSubMenus | No | 是否包含子菜单 |