Open
Description
I want to get the response headers details for the page that in being navigated.
I can see a tool browser_network_requests, but will it give the details of response headers. Basically I want to get all the response headers for the pages that is being navigated.
In playwright, something like this can be used to get the response headers
page.on("response")
Wanted to check if there is similar implementation for playwright mcp