Search code examples
google-chrome-devtools

Where is the Coverage tab in Chrome DevTools


Find unused JavaScript and CSS code with the Coverage tool, but don't know where to open the Coverage tab


Solution

  • Open the Coverage tool

    1. Open the Command Menu. Click the Customize and control DevTools(...) menu button, and then select Run command: Or, press Ctrl+Shift+P (Windows, Linux) or Command+Shift+P (macOS).
    2. Start typing coverage, select the Show Coverage command, and then press Enter. The Coverage tool opens in the Drawer.