camofox_evaluate
Execute JavaScript in a browser tab to read page state, inject scripts, or call web app APIs. Returns the result of the expression.
Instructions
Evaluate JavaScript in a tab
Execute JavaScript in a Camoufox tab's page context and return the result of the expression. Use for injecting scripts, reading page state, or calling web app APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | ||
| userId | Yes | ||
| expression | Yes | JavaScript expression to evaluate. |