browser_verify_fix
Verifies browser fixes by recording pre-fix state, executing repair actions (click, type, wait, scroll), and comparing post-fix results to confirm resolution.
Instructions
修复验证闭环工具。记录修复前状态(错误数、元素状态),执行修复操作(browser_click/type/wait等),验证修复后状态,对比前后差异,确认修复是否生效。返回 before/after 对比、fixStatus、verificationResult、nextAction。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | 验证超时时间(毫秒),默认10000 | |
| fixValue | No | 修复动作值(type时为输入文本,wait时为毫秒数,scroll时为距离) | |
| selector | Yes | 目标元素选择器(必填) | |
| fixAction | No | 修复动作类型:click(点击)、type(输入)、wait(等待)、scroll(滚动)、quick_fix(自动修复)、none(仅验证不修复) | quick_fix |
| verificationCriteria | No | 验证标准 |