playwright_put
Send data to a specified URL using an HTTP PUT request, enabling browser automation and web interaction through the Playwright MCP Server.
Instructions
Perform an HTTP PUT request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to perform PUT operation | |
| value | Yes | Data to PUT in the body |