navigate
Use this tool to direct the Safari browser to a specific URL on macOS. Ideal for web automation, testing, and debugging tasks.
Instructions
Navigate Safari to a specific URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL to navigate to |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL to navigate to",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}