evaluate-script
Execute custom scripts in AdsPower browser to manipulate web elements, automate tasks, and interact with dynamic content via the LocalAPI MCP Server.
Instructions
Evaluate the script
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes | The script to evaluate, eg: "document.querySelector('#username').value = 'test'" |