Search: Find text across all loaded resources

Sofia Emelianova
Sofia Emelianova

Use the Search tab to find text across all loaded resources.

Alternatively, use built-in search bars to find text in a resource opened in a specific tool.

You can open the Search tab in several ways. First, open DevTools, then do one of the following:

  • In the top-right corner of DevTools, select Customize and control DevTools Customize and control DevTools > More tools > Search.
  • Press Esc to open Drawer, and in the top-left corner, select Customize and control DevTools More Tools > Search.
  • Press Command+Option+F (Mac) or Control+Shift+F (Windows/Linux).

Search for text across all loaded resources

To search for text across all loaded resources, in the search bar on the Search tab, type your query and press Enter.

Search results.

When DevTools finds several matches in a single line, the search results list all of them with the same line number. Click a search result and DevTools opens the line in Sources and scrolls the match into view.

To make your query case-sensitive, toggle the Match case. Match Case button.

Match Case button.

To search for text that matches a RegEx pattern, toggle the RegEx button. Use Regular Expression button.

RegEx button.

Rerun a query, expand, and clear results

To rerun your search query, click Refresh. Refresh.

To expand all search results:

  • On Windows / Linux, press Ctrl+Shift+{ or }
  • On MacOS, press Command+Option+{ or }

To clear your search results, click Clear. Clear.

Search for text in a specific tool

To narrow your search scope to a resource opened in a specific tool, you can use a built-in search bar if the tool supports it.

Search bars have up and down buttons to jump to previous and next search results.

To open a built-in search bar in a specific tool, press Command+F (Mac) or Control+F (Windows/Linux).

Not all DevTools panels and tabs have a built-in search bar but those that do, often provide tool-specific features. Below is a list of tools with search bars and their features.

Panel or tab Case-sensitive RegEx Scope Tool-specific features
Elements DOM tree Search by selector and XPath
Console Check. Check. Log messages
Sources Check. Check. Current source file Replace
Network Check. Check. Network headers and responses
Performance Check. Check. Activities
Memory Check. Profiles Search sampling profiles by cost, name, and file
JavaScript Profiler Check. CPU profiles Search by cost, name, and file
Quick Source Check. Check. Current source file Replace