playwright_patch
Send HTTP PATCH requests to update specific data at a given URL, enabling precise modifications within web interactions using browser automation and Chrome DevTools Protocol.
Instructions
Perform an HTTP PATCH request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PATCH in the body |