Click, type, and navigate on a page, then capture the result
domscout_automate_pageRun a multi-step browser automation sequence (click, type, select, scroll, wait) and receive a per-step pass/fail report with the final page state.
Instructions
Costs 1 credit, +1 if more than 10 steps. Runs a sequence of actions — click, type, select, scroll, wait, navigate, pressKey, assert — and returns the final page plus a per-step pass/fail report. Call domscout_inspect_page first to find selectors. Requires Pro or above. The whole sequence shares a 24-second budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to load. Must be http(s) and publicly reachable. Credentials in the URL (https://user:pass@host) are rejected; these tools capture as an anonymous visitor, so use the REST API directly if the page needs authentication. | |
| actions | Yes | Up to 25 steps, run in order. | |
| screenshot | No | Return an image of the final state. | |
| extractMarkdown | No | Return the final page as Markdown. |