playwright_put
Execute HTTP PUT requests to send data to a specified URL using the MCP server for browser automation and web interaction with Playwright.
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 |