browser_execute_js
Execute custom JavaScript code in the current browser page and retrieve the output as a string.
Instructions
Execute JavaScript and return the result as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript to run in the page context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |