playwright_put
Execute HTTP PUT requests using Playwright in the MCP Browser Automation Server to send data to specified URLs for browser automation tasks.
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 |