browser_evalute
Execute JavaScript expressions directly in the browser console for web scraping, testing, or automation, bypassing anti-bot detection systems to handle complex protections.
Instructions
Evaluate a JavaScript expression in the browser console
Args:
script: The JavaScript expression to evaluate - required
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes |
Input Schema (JSON Schema)
{
"properties": {
"script": {
"title": "Script",
"type": "string"
}
},
"required": [
"script"
],
"title": "browser_evaluteArguments",
"type": "object"
}