chrome_evaluate
Execute JavaScript in a live Chrome page and retrieve the returned value, enabling browser automation and data extraction.
Instructions
Execute JavaScript in the page context and return the result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_index | No | Tab index (optional) | |
| expression | Yes | JavaScript expression to evaluate |