Skip to main content
Glama

Better Playwright MCP

by livoras

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

NameRequiredDescriptionDefault
pageIdYes页面ID
urlYes要导航的URL
waitForTimeoutNo操作后等待获取快照的延迟时间(毫秒,默认2000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "description": "页面ID", "type": "string" }, "url": { "description": "要导航的URL", "type": "string" }, "waitForTimeout": { "description": "操作后等待获取快照的延迟时间(毫秒,默认2000)", "type": "number" } }, "required": [ "pageId", "url" ], "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