How to capture network requests

There are many different ways to capture network depending on what you are trying to achieve

  1. You can record a web session which records everything that you did on the web page - Page interactions + network logs + console logs. These are mainly used for reporting a bug within your team. You can learn more about how to just extract network logs from this article

  2. If you use the desktop app, it provides a complete traffic table from where you can inspect, filter, save logs and even apply rules directly from this table. You can learn more about that by just trying out the desktop app or reading the documentation.

  3. We are currently working on a way to bring all the capabilities of the desktop app to the web. We are very close to releasing it, you can follow the progress for it by subscribing to this issue on Github

  4. Apart from these, when you install the extension it also adds our advanced devtools pannel next to the chrome devtools. It is very easy to modify requests by creating rules directly from there.

Updated on