Skip to main content
Glama

Playwright MCP Server

by b3nw

browser_refresh

Refresh the current webpage in Playwright MCP Server with optional wait conditions like 'networkidle' or 'load', mimicking browser refresh functionality.

Instructions

Refresh the current page, similar to pressing F5 or clicking browser refresh

Input Schema

NameRequiredDescriptionDefault
timeoutNo
waitUntilNoload

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "timeout": { "type": "number" }, "waitUntil": { "default": "load", "enum": [ "networkidle", "domcontentloaded", "load" ], "type": "string" } }, "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/b3nw/playwright-mcp-server'

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