playwright_navigate
Automate web browser navigation to a specified URL; creates a new session if none exists. Simplify web interactions with Playwright Server MCP‘s browser control capabilities.
Instructions
浏览器导航到指定网址,如果没有活跃的浏览器会话,会自动创建一个新会话
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | 需要访问的网址,如不包含http或https前缀将自动添加https:// |