execute_script
Execute JavaScript in the active browser page and return a JSON-serializable result. Useful for scraping dynamic content, manipulating page state, or testing scripts directly.
Instructions
Execute JavaScript in the active page and return the JSON-serializable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||