found this cool trick while fiddling with chrome's developer tools - if you're trying to inspect an element that just got selected or interacted with, there's a super handy way using your browser console. basically after interacting w/a page elem like clicking on it ⬆️, the devtools auto-log those elements into u r command palette in some cases!
pretty nifty for debugging and testing quickly w/o having to manually navigate back thru all that history . i've saved so much time with this trick, especially when doing rapid prototyping or troubleshooting weird user interactions.
have you guys stumbled upon any other hidden gems like these? share if ya have ⭐
full read:
https://feedpress.me/link/24028/17272933/chrome-devtools-tips-target-recent-elements-in-console