Documentation
¶
Overview ¶
Command runeward-browser is the in-sandbox stateful browser driver, driven over CDP.
Usage:
runeward-browser serve --socket <path> [--proxy <url>] runeward-browser call --socket <path> [--json '<Command JSON>']
`serve` runs a persistent headless Chromium behind a Unix socket; each connection carries one JSON browser.Command and one browser.Result. The page is kept alive across connections, so cookies and storage persist for the whole session. `call` sends one Command (from --json or stdin), prints the Result, and exits non-zero if Result.OK is false.
Click to show internal directories.
Click to hide internal directories.