executeJavaScript
Run custom JavaScript code on web pages and retrieve results using PlayMCP Browser Automation Server. Automate interactions, extract data, or execute scripts directly in the browser environment.
Instructions
Execute arbitrary JavaScript code on the current page and return the result
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes | The JavaScript code to execute on the page. Can be expressions or statements. |