playwright_put
Send an HTTP PUT request to a specified URL with data in the body, enabling data updates or resource creation through browser automation using Playwright.
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 |