Given a webpage with a list of items spread across multiple pages, how do I get/save/copy all the information from Inspect Element?
What I'm doing now: Click on page 1, copy Inspect, Click page 2, copy Inspect, Page 3, copy and so on until I reach the last page.
How I want to do it: Click on page 1/2/3/4/.../# and copy/save inspect element once, at the end; or something as fast so I don't have to copy every page manually.
EDIT (trying to clear-out my issue):
What I want to copy (highlighted in light blue)
So, I want to copy (lets say) the < ul class > tree from every page; but for me to do that, I need to copy the Element every time I switch to a different page (from a list of many product pages). How can I copy the elements from all these pages faster, without having to copy elements from one page at a time?