Skip to content

Commit 79c3810

Browse files
committed
docs: update web-ctl section with click-wait and actionable errors
1 parent 0146f0e commit 79c3810

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,10 @@ agent-knowledge/
698698

699699
1. **Session Management** - Persistent browser sessions with AES-256-GCM encrypted storage
700700
2. **Auth Handoff** - Opens a headed browser for the user to complete login; agent monitors for success
701-
3. **Headless Browsing** - Navigate, click, type, fill, read, screenshot, capture network, evaluate JS
701+
3. **Headless Browsing** - Navigate, click, click-wait (SPA-friendly), type, fill, read, screenshot, capture network, evaluate JS
702702
4. **CAPTCHA/Checkpoint** - Escalates to headed browser for human verification
703-
5. **Prompt Injection Defense** - All web content wrapped in `[PAGE_CONTENT: ...]` delimiters; agent treats it as untrusted data
703+
5. **Actionable Errors** - Classified error codes with recovery suggestions instead of raw Playwright messages
704+
6. **Prompt Injection Defense** - All web content wrapped in `[PAGE_CONTENT: ...]` delimiters; agent treats it as untrusted data
704705

705706
**Usage:**
706707

0 commit comments

Comments
 (0)