browser_evaluate
Run custom JavaScript in the active page and get the result—use it to extract page data, test conditions, or trigger actions directly in the browser context.
Instructions
Execute a custom JavaScript expression in the active page context and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to evaluate (e.g. "document.title" or "window.location.href") |