navigate
Direct a browser to a specified URL for web automation tasks using PlayMCP Browser Automation Server, enabling efficient navigation for scraping, testing, or interaction.
Instructions
Navigate to a URL
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| url | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "url": {
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}