playwright_put
Execute HTTP PUT requests to send data to specified URLs, enabling direct updates or modifications to web resources in a real browser environment.
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 |