Skip to content

Commit 443cb49

Browse files
Refresh OOPIF sync progression wording in CDP docs
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 578d3c2 commit 443cb49

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

currentState.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ HyperAgent exposes a TypeScript SDK for browser automation with three primary pa
201201
- `collectExecutionContexts()` now also guards trap-prone `session.send` reads for `Runtime.enable`, preventing getter traps from aborting the context collection path.
202202
- Hardened frame-sync debug handling in a11y context provider:
203203
- `syncFrameContextManager()` now guards trap-prone frame-manager `setDebug` calls, preserving sync flow with sanitized debug warnings.
204+
- Refreshed remaining staged-flow wording in the CDP deep dive around OOPIF discovery to describe current execution-context sync progression without stale "Need Phase 4" phrasing.
204205
- Hardened CDP command dispatch in Playwright session adapter:
205206
- `PlaywrightSessionAdapter.send()` now guards trap-prone `session.send` method reads and wraps sync send failures with sanitized/diagnostic context.
206207
- Hardened Playwright session listener wrappers:

docs/cdp-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2952,10 +2952,10 @@ Data After OOPIF Discovery:
29522952
═══════════════════════════════════════════════════════════════
29532953
├─ [backendNodeMap] ✅ Complete (all frames)
29542954
├─ [xpathMap] ✅ Complete (all frames)
2955-
├─ [frameMap] ⚠️ Still incomplete:
2956-
│ • frameId: ✅ Now complete
2957-
│ • executionContextId: ❌ Still missing!
2958-
└─ Need Phase 4 for execution contexts
2955+
├─ [frameMap] ⚠️ Partially enriched:
2956+
│ • frameId: ✅ Populated
2957+
│ • executionContextId: ⏳ Populated in the sync pass below
2958+
└─ Next: run syncFrameContextManager() to merge execution-context metadata
29592959
```
29602960

29612961
---

0 commit comments

Comments
 (0)