Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome devTools Shortcut to clear network tab logs

Is there any shortcut key combination for Google Chrome DevTools Network Tab to clear the logs? Such as Ctrl+L is used to clear console logs.

like image 514
Muhammad Avatar asked Dec 27 '17 13:12

Muhammad


People also ask

What is the shortcut key to open Network tab in Chrome?

Finding the Console/Network Tab in Google Chrome: Either click the three dots in the top right of your chrome browser to open the menu. Then, go to 'More tools > Developer Tools' and then switch to the Console Tab. Or, Press Ctrl+Shift+J (Windows / Linux) or Cmd+Opt+J (Mac).

What is F12 in Chrome?

F12. Opens the panel that you just previously used. Alternatively, use Ctrl+Shift+I. If you're not currently in Chrome Devtools, you can use the F12 key to open it up in Chrome! This brings you straight to the Sources tab.


1 Answers

Press ⌘ Command+E (Mac) and Control+E (Windows) twice will do the trick.

Note: Your cursor must focus on DevTools (just click any area of the DevTools) before you use the shortcut. Also please keep in mind that you need to uncheck Preseve log option to use the shortcut mentioned above.

enter image description here

Chrome DevTools Keyboard Shortcuts

like image 68
Ben Avatar answered Sep 17 '22 00:09

Ben