playwright_put
Execute an HTTP PUT request to a specified URL with custom data in the body, enabling real-time data updates or modifications in web automation workflows.
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 |