playwright_post
Execute HTTP POST requests by specifying a URL and data payload to be sent in the body, enabling direct interaction with web services via browser automation.
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 |