microsoft/playwright-java

[Feature] how to get request curl format with APIRequestContext

Hansanto opened this issue ยท 2 comments

๐Ÿš€ 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

Looks similar to microsoft/playwright#30082 - since Trace Viewer is the UI we recommend for debugging, thats probably a good place to add it.