Note from maintainers: Run with --caps=tracing, start recording trace and enjoy the live HAR in the *.network file.
Currently, browser_network_requests is returning list of requests with limited data such as method and URL. For POST/PUT requests, it would be beneficial to also include the request payload info so that the consumers of this tool can leverage it for use cases like payload validation, etc.,
Note from maintainers: Run with
--caps=tracing, start recording trace and enjoy the live HAR in the *.network file.Currently,
browser_network_requestsis returning list of requests with limited data such as method and URL. For POST/PUT requests, it would be beneficial to also include the request payload info so that the consumers of this tool can leverage it for use cases like payload validation, etc.,