Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Open Firefox network developer tools when opening a page

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 D.Bugger

more options

The Network tab in the Developer Tools can be activated only when a page is already open. We have an application that opens a document in a new window. I can enable network logging on the main page, but when I click to open the document nothing is displayed. To see the very start of the log for the document page, I'm too late, the Network tab is empty. I can reload the page, but that wouldn't be the real situation.

My questions: Is there an option to activate the Network log right from the start of a page? -or- Is there a way to have ONE big Network log, with all pages combined??

Thank you for an excellent browser!

The Network tab in the Developer Tools can be activated only when a page is already open. We have an application that opens a document in a new window. I can enable network logging on the main page, but when I click to open the document nothing is displayed. To see the very start of the log for the document page, I'm too late, the Network tab is empty. I can reload the page, but that wouldn't be the real situation. My questions: Is there an option to activate the Network log right from the start of a page? -or- Is there a way to have ONE big Network log, with all pages combined?? Thank you for an excellent browser!

被采纳的解决方案

You can try to use the Browser Console and only enable XHR and Requests.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

You can try to use the Browser Console and only enable XHR and Requests.

more options

I did check the Browser Console and I did not see those options in the top-right corner. Awesome! Thanks a lot!