playwright_patch
Submit HTTP PATCH requests to specified URLs with provided data, enabling updates to web resources directly through browser automation with the Playwright MCP Server.
Instructions
Perform an HTTP PATCH request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PATCH in the body |