Mikael Engver
Mikael Engver

Reputation: 4768

Where has the Search tab in Google Chrome Developer tools gone?

The Search tab used to be found in tab next to the tabs Console, Emulation and Rendering, but it seems to have gone missing.

This search tab was really good for text searching that searched in any loaded resource.

enter image description here

Upvotes: 3

Views: 3305

Answers (2)

Paul Bakaus
Paul Bakaus

Reputation: 1306

We've moved the global Search to a place that we think will be more discoverable in the long run, the new main menu:

search in main menu

Sorry about the confusion!

Upvotes: 4

Mikael Engver
Mikael Engver

Reputation: 4768

I found this shortcut page that suggests using Ctrl+Shift+F (Win) or Cmd+Opt+F (Mac) after opening the Developer Tools to reveal the tab Text search across all sources.

A bit sad that it isn't shown from start when the Developer Tool are opened.

enter image description here

Upvotes: 1

Related Questions