browser_execute_script
Execute JavaScript code on the current web page to manipulate DOM, retrieve data, or trigger events for custom automation and testing.
Instructions
Execute JavaScript in the context of the current page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute |