playwright-java
playwright-java copied to clipboard
[Feature] how to get request curl format with APIRequestContext
🚀 Feature Request
Like #1399, I would like to know how to obtain all information about a request sent from request object.
In this context, I'm interacting only with API and not Website, so I don't use the page object
Example
No response
Motivation
Get the possibility to log requests & responses easily for API calls