playwright_patch
Use this tool to execute an HTTP PATCH request, sending specified data to a given URL within a Playwright-based browser automation environment.
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 |