playwright_put
Send HTTP PUT requests with specified data to a target URL using the MCP Playwright server, enabling browser automation and web interactions for efficient data updates.
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 |