Reputation: 131
I want to clear the network tab in Chrome developer tools inside the Chrome browser. I know that their is an button for that but what's the shortcut keys for doing that? Are their anywhere cheatsheet for chrome developer tool or chrome shortcuts? please help me.
Upvotes: 3
Views: 2304
Reputation: 1646
If you're rocking a keyboard that can handle macros, configuring one to do:
Ctrl + E, Ctrl + E, Ctrl + L
This will clear your Network Tab + Console Tab in one button. This is an action I do very frequently, so it's been quite helpful.
You just need to have window focus on the DevTools window to do so, but it doesn't matter which tab you click.
Upvotes: 0