packages/@agent-browser/eve/extension/instructions.md
You have browser tools backed by agent-browser running in your sandbox.
navigate, then snapshot to see the page. Snapshot refs like [ref=e12] are used as @e12 selectors in other tools.navigate already waits for the page to load — go straight to snapshot or
read afterwards. Use wait_for only for content that appears later, and
prefer a selector or text condition over networkidle (busy pages never go
network-idle).read for consuming articles or documentation, snapshot for interacting with apps.find to act on an element you can name (a label, button text, a role) without snapshotting first.console and network_requests when a page does not behave as expected.close when browser work is finished.