Skip to main content
Glama

Better Playwright MCP

by livoras

waitForTimeout

Pause execution for a specified number of milliseconds to synchronize actions in automated browser workflows, ensuring precise timing for complex interactions.

Instructions

等待指定毫秒数

Input Schema

NameRequiredDescriptionDefault
msYes等待的毫秒数
pageIdYes页面ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ms": { "description": "等待的毫秒数", "type": "number" }, "pageId": { "description": "页面ID", "type": "string" } }, "required": [ "pageId", "ms" ], "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