Chrome Web Inspector

Does anyone know how to search id using chrome Web Inspector. You know when you


 setDebugId("mypanelid").

It is easy to search for it in firebug, but the search element in chrome, returns nothing.

Thanks.

Hi,

I tested this in a simple Vaadin application and my Chrome 10 on OS X finds a element. Just write the id to the search box and the correct element gets highlighted on the Elements tab.

-Henri

Hmm. I could have swore it didn’t work on my chromium on linux. But then maybe I was expecting it to be an instant search & case insensitive as in firebug.