A handful of harmless pages, built for one purpose: to be driven by Ghostlight so you can watch the browser automation - and the governance guardrails - work. Nothing here submits anywhere, calls out anywhere, or remembers anything. It is safe by construction.
Runs the whole tour end to end against these pages, with a pause between each step so you can follow along. Or drive any single scenario yourself from your own MCP client.
A button, a field, a drag lane, a scroll region. The agent clicks, types, drags, and scrolls while the sky-blue cursor and ripples trace every move.
computer · find · read_page 02 · FormA plain contact form. The agent completes every field and submits - and the page confirms receipt without sending a single byte anywhere.
form_fill · form_input 03 · SignalsButtons that log to the console, fetch a small JSON file, and finish a slow task. The agent reads the console, the network, and waits for the result.
read_console_messages · read_network_requests · wait_for 04 · Reading roomA page of real prose and structure. The agent extracts the text, maps the accessibility tree, and finds a specific passage on request.
get_page_text · read_page · find