mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
docs: refresh browser existing-session limit refs
This commit is contained in:
@@ -508,11 +508,14 @@ Notes:
|
||||
- `click` is left-button only (no button overrides or modifiers)
|
||||
- `type` does not support `slowly=true`; use `fill` or `press`
|
||||
- `press` does not support `delayMs`
|
||||
- `hover`, `scrollIntoView`, `drag`, `select`, and `evaluate` do not support
|
||||
per-call timeout overrides
|
||||
- `hover`, `scrollIntoView`, `drag`, `select`, `fill`, and `evaluate` do not
|
||||
support per-call timeout overrides
|
||||
- `select` currently supports a single value only
|
||||
- Existing-session `wait --url` supports exact, substring, and glob patterns
|
||||
like other browser drivers. `wait --load networkidle` is not supported yet.
|
||||
- Existing-session upload hooks require `ref` or `inputRef`, support one file
|
||||
at a time, and do not support CSS `element` targeting.
|
||||
- Existing-session dialog hooks do not support timeout overrides.
|
||||
- Some features still require the managed browser path, including batch
|
||||
actions, PDF export, download interception, and `responsebody`.
|
||||
- Existing-session is host-local. If Chrome lives on a different machine or a
|
||||
|
||||
Reference in New Issue
Block a user