playwright_post
Send HTTP POST requests to specified URLs with custom data and headers using the Playwright MCP Server, enabling integration of web interactions and automation workflows.
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 |