playwright_post
Execute HTTP POST requests with specified URL and body data to automate browser tasks via the MCP Browser Automation Server, facilitating efficient data submission and interaction.
Instructions
Perform an HTTP POST request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform POST operation | |
value | Yes | Data to post in the body |