I want to know if there is a shortcut for opening the Network tab in dev tools in Chrome. I know there is a shortcut for opening dev tools and the Console tab, but not for opening the Network tab.
Thanks!
43 Answers
In Windows:
1.
1.1) go to DevTools: F12
1.2) open the Command Menu: Ctrl+Shift+P
1.3) type: network, press Enter key
2.
2.1 If the Network was the panel you used last, then use Ctrl+Shift+I
2For Mac you can use this :
Option + ⌘ + I
1For Windows you can use:
Ctrl + Shift + I
2