navigate
Direct a browser to a specific URL using this tool, enabling precise navigation to desired web pages through AdsPower LocalAPI MCP Server.
Instructions
Navigate to the url
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The url to navigate to |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"url": {
"description": "The url to navigate to",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}