Expand description
Chrome one-shot session: launch, actions, reap. One-shot browser session: launch-only + actions + reap (PR3–PR6).
PROHIBITED on this path: ensure_daemon, connect_cdp, multi-process session.
Refs live only inside this process; multi-step scripts share one session via run.
Method-level docs are expanded over time; clap and skill surfaces document agent usage.
Structs§
- Capture
Opts - Capture toggles for process-local console/network buffers.
- OneShot
Session - Headless Chrome session owned by a single CLI invocation (or one
runscript).
Functions§
- block_
on_ browser - Block on tokio multi-thread runtime for one-shot browser work.
- block_
on_ browser_ timeout - Like
block_on_browser, but abort withErrorKind::Timeoutwhentimeout_secs > 0. - run_
goto - run_
goto_ capture - run_
goto_ with_ robots - run_
keys - run_
press - run_
scrape - run_
type - run_
view - run_
with_ session - run_
write - tree_
to_ at_ refs - Rewrite native
[ref=eN]markers to agent-facing[@eN].