Eval
Commands
Eval
Evaluate a JavaScript expression in the browser
POST
Eval
Documentation Index
Fetch the complete documentation index at: https://docs.rustybrowser.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Executes a JavaScript expression in the context of the current page and returns the result.Authentication
Path Parameters
UUID of the browser.
Request Body
The JavaScript expression to evaluate.
Response
Whether the evaluation completed successfully.
The return value of the evaluated expression.

