fix(browser): default act timeout budget

Co-authored-by: Andy Lin <andyylin@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-04-25 08:10:54 +01:00
parent 712f7b218c
commit 5376a4a5d6
23 changed files with 283 additions and 11 deletions

View File

@@ -242,6 +242,8 @@ This path is host-only. For Docker, headless servers, Browserless, or other remo
Current existing-session limits:
- snapshot-driven actions use refs, not CSS selectors
- `browser.actionTimeoutMs` defaults supported `act` requests to 60000 ms when
callers omit `timeoutMs`; per-call `timeoutMs` still wins.
- `click` is left-click only
- `type` does not support `slowly=true`
- `press` does not support `delayMs`