browser_execute_script
Run JavaScript code directly in the current page to extract data or manipulate the browser, returning the result.
Instructions
Execute JavaScript code in the context of the current page. Returns the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript expression to evaluate (runs in page context) |