Browser Evaluate
browser_evaluateExecute custom JavaScript in a page context to retrieve information or interact with elements. Optionally provide a selector to pass the matched element into the script.
Instructions
Run JavaScript in the page context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| selector | No | Matched element passed as first arg to script. | |
| sessionId | Yes |