playwright_put
Execute HTTP PUT requests by specifying a URL and data payload, enabling browser automation and web interactions through the MCP Playwright CDP server.
Instructions
Perform an HTTP PUT request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PUT in the body |