Select DevTools elements via search field?

How do I use the search field in DevTools to select the last <span> inline element that has Something Else as its value?

Enter in the search field input[type="radio"]+span

Must be possible to select this via option? How?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
5 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
McSKB
6 months ago

Right-click on the element in the view, then “Inspect element” or “element examine”.

Then the Dev Tools will open with the item that was selected.

Or just manually open further elements in the DOM until the desired element is selected.

McSKB
6 months ago
Reply to  RedDevil1982

Then search for the ID

McSKB
6 months ago

Then look for other things that the element has.