Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- navigate_page — Navigate the browser to a URL.
- take_snapshot — Capture the page accessibility-tree snapshot.
- click — Click an element from the snapshot.
- fill_form — Fill a form from structured field values.
- take_screenshot — Capture a screenshot of the page.
- evaluate_script — Evaluate a script in the page context.
- list_console_messages — Read the console messages.
- list_network_requests — List the network requests the page made.
- performance_start_trace — Start a DevTools performance trace.
- performance_analyze_insight — Analyze one insight from a recorded trace.







