playwright_post
Execute HTTP POST requests with specified data, headers, and authorization tokens to interact with web services or APIs, leveraging the Playwright MCP Server’s browser automation capabilities.
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 |