Run JavaScript in the page
browser_evaluateExecute custom JavaScript expressions within the Minehut dashboard to inspect React state, trigger clicks, and automate advanced UI interactions.
Instructions
Run a small JavaScript expression in the dashboard page and return its result. Useful for reading React state, clicking via JS, or advanced automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| js | Yes | JavaScript expression or IIFE to evaluate in the page context |