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.
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.