playwright_patch
Execute HTTP PATCH requests to modify web resources directly through browser automation with Playwright. Ideal for updating specific data on web pages using real browser interactions.
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 |