evaluate_js_handle
Execute JavaScript expressions to inspect complex objects, DOM elements, and prototypes with structured property views for reverse engineering and debugging.
Instructions
Execute a JavaScript expression and return a structured view of the result object.
Unlike evaluate_js, this preserves complex object references and enumerates their properties, useful for inspecting DOM elements, prototypes, etc.
Args: expression: JavaScript expression to evaluate.
Returns: dict with the object's properties (name, type, value preview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |