docs(browser): 增补 11E 跨 page orchestration 说明

同步 Browser MCP 文档中的显式跨页 block、run 边界与失败定位说明。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
walker1211
2026-04-20 21:14:13 +08:00
co-authored by Claude Opus 4.7
parent 1833ed3ad6
commit f6ef59ef96
+7
View File
@@ -147,6 +147,13 @@ Phase 11D capability details:
- artifact files carry `kind`, `version`, `name`, and `payload`
- cloud sync, sharing, and complex template management remain out of scope
Phase 11E capability details:
- `open_page_then_run`, `select_page_then_run`, and `close_page_then_continue` add explicit cross-page orchestration blocks
- cross-page blocks reuse existing page/tab lifecycle control and existing single-page block semantics
- `run` accepts a normal single-page block or a single-layer `sequence`
- nested cross-page blocks, implicit page selection, and page-graph orchestration remain out of scope
Minimal multi-tab workflow examples:
```json