[Feature] how to get request curl format with APIRequestContext
Hansanto opened this issue ยท 2 comments
Hansanto commented
๐ 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
mxschmitt commented
Looks similar to microsoft/playwright#30082 - since Trace Viewer is the UI we recommend for debugging, thats probably a good place to add it.
mxschmitt commented
Folding into microsoft/playwright#30082