playwright_patch
Execute browser automation HTTP PATCH requests via the Playwright framework, enabling data updates on web pages using 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 |