browser_eval
Execute custom JavaScript in the active browser page and return the result for data extraction, DOM checks, or automation.
Instructions
Evaluate arbitrary JavaScript in the active page context and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute in page context |