playwright_post
Send HTTP POST requests to submit data to web endpoints through browser automation, enabling form submissions and API interactions via Playwright with Chrome DevTools Protocol.
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 |