browserNavigate
Direct a browser page to a specified URL by providing the page ID and URL, with an optional wait time for delayed snapshots using the Better Playwright MCP server.
Instructions
导航到指定URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
url | Yes | 要导航的URL | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |