From 26baa019e3c54a0cad6cafab7a6002e04e6b0dbe Mon Sep 17 00:00:00 2001 From: walker1211 <13750528578@163.com> Date: Mon, 20 Apr 2026 17:51:26 +0800 Subject: [PATCH] =?UTF-8?q?docs(browser):=20=E5=A2=9E=E8=A1=A5=2011A=20?= =?UTF-8?q?=E6=96=AD=E8=A8=80=E4=B8=8E=E8=AF=8A=E6=96=AD=E8=83=BD=E5=8A=9B?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步 Browser MCP 文档中的结构化 assertions、比较操作与失败诊断输出说明。 Co-Authored-By: Claude Opus 4.7 --- docs/browser-automation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/browser-automation.md b/docs/browser-automation.md index 2b10c23f..d164982d 100644 --- a/docs/browser-automation.md +++ b/docs/browser-automation.md @@ -117,6 +117,13 @@ Phase 10C capability details: - orchestration runs blocks sequentially and stops on the first failure - block nesting, branching, loops, and workflow-engine behaviors remain out of scope +Phase 11A capability details: + +- `assert_query` now supports structured `assertions[]` with multiple field checks in one block +- supported operators are `equals`, `contains`, `gt`, `gte`, `lt`, and `lte` +- assertion failures now include clearer diagnostics such as failed assertion index, field, expected value, and actual value +- Phase 11A continues to reuse `browser_query` as the data source rather than introducing a new diagnostics runtime + Minimal multi-tab workflow examples: ```json