execute_script
Run JavaScript in the current browser page and return the result. Use it to manipulate DOM, extract data, or trigger actions that require custom scripts.
Instructions
Execute JavaScript in the page context and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes |