playwright_post
Execute HTTP POST requests with specified URL, data, and optional headers. Ideal for sending data to web servers, APIs, or integrating with browser automation workflows using Playwright MCP Server.
Instructions
Perform an HTTP POST request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Additional headers to include in the request | |
token | No | Bearer token for authorization | |
url | Yes | URL to perform POST operation | |
value | Yes | Data to post in the body |