kernel browsers list
kernel browsers create
Flag | Description |
---|---|
--persistence-id <id> | Unique identifier for browser session persistence. Optional. |
--stealth | Launch browser in stealth mode to avoid detection. Optional. |
--headless | Launch browser without GUI access. Optional. |
kernel browsers delete
--by-persistent-id
or --by-id
.
Flag | Description |
---|---|
--by-persistent-id <id> | Delete browser by persistent ID |
--by-id <id> | Delete browser by session ID |
--yes , -y | Skip confirmation prompt |
kernel browsers view
--by-persistent-id
or --by-id
.
Flag | Description |
---|---|
--by-persistent-id <id> | View browser by persistent ID |
--by-id <id> | View browser by session ID |
kernel browsers logs stream
Flag | Description |
---|---|
--source <source> | Log source: path or supervisor . Required. |
--follow | Follow the log stream (default: true). Optional. |
--path <path> | File path when --source=path . Optional. |
--supervisor-process <name> | Supervisor process name when --source=supervisor (e.g., chromium ). Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers replays list
Flag | Description |
---|---|
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers replays start
Flag | Description |
---|---|
--framerate <fps> | Recording framerate (fps). Optional. |
--max-duration <seconds> | Maximum duration in seconds. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers replays stop
Flag | Description |
---|---|
--replay-id <id> | Replay ID to stop. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers replays download
Flag | Description |
---|---|
--replay-id <id> | Replay ID to download. Required. |
-o, --output <path> | Output file path. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process exec
Flag | Description |
---|---|
--command <cmd> | Command to execute. Optional; if omitted, trailing args are executed via /bin/bash -c . |
--args <args> | Command arguments. Optional. |
--cwd <path> | Working directory. Optional. |
--timeout <seconds> | Timeout in seconds. Optional. |
--as-user <user> | Run as user. Optional. |
--as-root | Run as root. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process spawn
Flag | Description |
---|---|
--command <cmd> | Command to execute. Optional; if omitted, trailing args are executed via /bin/bash -c . |
--args <args> | Command arguments. Optional. |
--cwd <path> | Working directory. Optional. |
--timeout <seconds> | Timeout in seconds. Optional. |
--as-user <user> | Run as user. Optional. |
--as-root | Run as root. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process kill
Flag | Description |
---|---|
--process-id <id> | Target process ID. Required. |
--signal <signal> | Signal to send: TERM , KILL , INT , HUP (default: TERM ). Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process status
Flag | Description |
---|---|
--process-id <id> | Target process ID. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process stdin
Flag | Description |
---|---|
--process-id <id> | Target process ID. Required. |
--data-b64 <data> | Base64-encoded data to write to stdin. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers process stdout-stream
Flag | Description |
---|---|
--process-id <id> | Target process ID. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs new-directory
Flag | Description |
---|---|
--path <path> | Absolute directory path to create. Required. |
--mode <mode> | Directory mode (octal string). Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs delete-directory
Flag | Description |
---|---|
--path <path> | Absolute directory path to delete. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs delete-file
Flag | Description |
---|---|
--path <path> | Absolute file path to delete. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs download-dir-zip
Flag | Description |
---|---|
--path <path> | Absolute directory path to download. Required. |
-o, --output <path> | Output zip file path. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs file-info
Flag | Description |
---|---|
--path <path> | Absolute file or directory path. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs list-files
Flag | Description |
---|---|
--path <path> | Absolute directory path. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs move
Flag | Description |
---|---|
--src <path> | Absolute source path. Required. |
--dest <path> | Absolute destination path. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs read-file
Flag | Description |
---|---|
--path <path> | Absolute file path. Required. |
-o, --output <path> | Output file path. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs set-permissions
Flag | Description |
---|---|
--path <path> | Absolute path. Required. |
--mode <mode> | File mode bits (octal string). Required. |
--owner <user> | New owner username or UID. Optional. |
--group <group> | New group name or GID. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs upload
Flag | Description |
---|---|
--file <local:remote> | Mapping local:remote (repeatable). Optional. |
--dest-dir <path> | Destination directory for uploads. Optional. |
--paths <paths> | Local file paths to upload. Optional. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs upload-zip
Flag | Description |
---|---|
--zip <path> | Local zip file path. Required. |
--dest-dir <path> | Destination directory to extract to. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |
kernel browsers fs write-file
Flag | Description |
---|---|
--path <path> | Destination absolute file path. Required. |
--mode <mode> | File mode (octal string). Optional. |
--source <path> | Local source file path. Required. |
--by-persistent-id <id> | Target browser by persistent ID. Optional. |
--by-id <id> | Target browser by session ID. Optional. |