Search code examples
google-chromegoogle-chrome-devtools

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.


Solution

  • 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