playwright_put
Send HTTP PUT requests to update resources by specifying a URL and data payload. This tool enables modifying web content through browser automation.
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 |