cdp_evaluate
Execute JavaScript expressions in a live browser session and retrieve JSON-serializable results, enabling dynamic page inspection and automation.
Instructions
Run a JavaScript expression in the page and return the JSON-serializable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| session_id | Yes | Session id returned by cdp_connect |