playwright_navigate
Automatically navigate to a specified URL using Playwright via the MCP Browser Automation Server, enabling streamlined web interaction and task automation.
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"
}