Skip to main content
Glama

Better Playwright MCP

by livoras

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

NameRequiredDescriptionDefault
descriptionYes页面描述
nameYes页面名称
urlNo可选:创建后自动导航到的URL
waitForTimeoutNo可选:操作后等待获取快照的延迟时间(毫秒,默认2000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "页面描述", "type": "string" }, "name": { "description": "页面名称", "type": "string" }, "url": { "description": "可选:创建后自动导航到的URL", "type": "string" }, "waitForTimeout": { "description": "可选:操作后等待获取快照的延迟时间(毫秒,默认2000)", "type": "number" } }, "required": [ "name", "description" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/livoras/better-playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server