What would be the easiest/ quickest way to move from divs on one web page to text input fields on another.
In effect
imagine a long list of divs grouped by physical proximity and not in table.
Essentially all items are a few px apart
I have a working solution by collecting them in an array and triggering a download of a CSV to cycle through (Chrome only)