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?
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.
I want to select this item via the search box strg + f
Then search for the ID
Then look for other things that the element has.
There is no id, you see on the picture