I'm trying to write an automated script that will enter a search query, say on example.com, and capture the query results (and then repeat a couple hundred times). How might I store the query results so that by the end of the script, I have a full list of results?
A better question might be, do google extension chromes operate independent of pages? While in browser JS wouldn't carry over to a new page (excepting cookies/sessions), do the Google Extensions remain running? Even so, other than printing to the console a whole list, where else can I place this material?
Thank you.