playwright_put
Execute HTTP PUT requests with specified data to a target URL using browser automation capabilities, enabling advanced web interactions and seamless 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 |