playwright_navigate
Use Playwright Server MCP to automatically create a session and navigate to a specified URL for web automation tasks, enabling efficient interaction and script execution on web pages.
Instructions
Navigate to a URL,thip op will auto create a session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}