Playwright MCP Server

by BhanuTJ93
MIT License
18,115
  • Linux
  • Apple

playwright_assert_response

Validate HTTP responses in browser automation by asserting expected data in the response body, ensuring accuracy for initiated requests during web interactions.

Instructions

Wait for and validate a previously initiated HTTP response wait operation.

Input Schema

NameRequiredDescriptionDefault
idYesIdentifier of the HTTP response initially expected using `Playwright_expect_response`.
valueNoData to expect in the body of the HTTP response. If provided, the assertion will fail if this value is not found in the response body.

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Identifier of the HTTP response initially expected using `Playwright_expect_response`.", "type": "string" }, "value": { "description": "Data to expect in the body of the HTTP response. If provided, the assertion will fail if this value is not found in the response body.", "type": "string" } }, "required": [ "id" ], "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/BhanuTJ93/MCP'

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