Chrome DevTools MCP should support capturing network requests across page navigations. This would allow the MCP to capture network requests that occur during a redirect. This would enable additional debugging scenarios, such as allowing the LLM to observe and debug logout flows where the authentication cookies are cleared in a transient redirect response.
The current network tools only allow listing network requests for the currently loaded page, which means that transient network requests, such as redirects across pages, get missed.
Chrome DevTools MCP should support capturing network requests across page navigations. This would allow the MCP to capture network requests that occur during a redirect. This would enable additional debugging scenarios, such as allowing the LLM to observe and debug logout flows where the authentication cookies are cleared in a transient redirect response.
The current network tools only allow listing network requests for the currently loaded page, which means that transient network requests, such as redirects across pages, get missed.