sootsim get

sootsim get

Grouping verb for pure reads. sootsim get <noun> covers the read side of the bridge: tree, a11y, url, count, console errors/warnings/requests, layout, globals, and single-node lookups.

terminal

sootsim get <noun> [args]

Examples

terminal

sootsim get tree
sootsim get a11y 3
sootsim get url
sootsim get count
sootsim get errors 5
sootsim get requests 5
sootsim get node loginButton
sootsim get layout loginButton
sootsim get globals

Subcommands

Run sootsim get <verb> --help for the flags and examples of any subcommand.

tree

subcommanddescription
a11y [depth]accessibility tree (roles, labels, hints)
count [--json]total node count
layout [id] [--json]screen-wide box + radius/padding/fontSize (or one node by id)
node <matcher>resolve testID → id → text, full node JSON
tree [depth] [--json] [--boxes]raw node tree dump (default depth 5)

diagnostics

subcommanddescription
diagnosis [--since <duration>] [--include <csv>] [--json]timeline + network + react + console summary
errors [n|clear] [--json]console errors (default 20)
requests [n|all n|clear] [--json]failed / all / clear request buffer
stateruntime dashboard snapshot
warnings [n] [--json]console warnings (default 20)

animations

subcommanddescription
animation <id>single animation detail
animationslist active animations

info

subcommanddescription
globalslist available __sootsim* globals
keyboard [--json]on-screen keyboard state
screens [--json]current screen + modal + route stack
url [--json]current page URL

Ready to build?

Run your React Native app in the browser. No simulators, no native toolchain, no waiting.

curl -fsSL https://sootsim.com/install.sh | sh