createPage
Generates a new browser page in Playwright, allowing automated navigation to a specified URL and optional delay for snapshots. Simplifies web interaction workflows in the Better Playwright MCP server environment.
Instructions
创建新的浏览器页面
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | 页面描述 | |
name | Yes | 页面名称 | |
url | No | 可选:创建后自动导航到的URL | |
waitForTimeout | No | 可选:操作后等待获取快照的延迟时间(毫秒,默认2000) |