explore_page
Automatically test every interactive element on a page—clicking buttons, filling inputs, switching tabs—while observing API calls and reporting outcomes with screenshots.
Instructions
Perform a full interactive exploration of a page: discover all elements, click buttons, fill inputs, test tabs, observe API calls, and report what happened. Returns detailed interaction outcomes, API observations, and screenshots. This is the "senior tester" mode — it tries every element and reports what works and what breaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | The route path to explore (e.g. /dashboard). | |
| authenticated | No | Whether to use the authenticated context. Default false. |