playwright_patch
Execute HTTP PATCH requests to update web resources by specifying the target URL and data payload, enabling efficient modifications 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 |