playwright_patch
Execute an HTTP PATCH request to update specific parts of a web resource. Provide a URL and data to modify, enabling browser automation and web interaction within the Playwright MCP Server environment.
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 |