Evaluate JavaScript
browser_evaluateRun a JavaScript expression in an isolated browser session and get the JSON-serialized result. Enables safe, concurrent evaluation across multiple agents.
Instructions
Run a JavaScript expression in the page and return the JSON-serialized result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| sessionId | Yes | Id of the isolated browser session |