I'm dealing with the web interface for a chain of bricks and mortar stores and want to scrape product inventories from each store. The only to see this is by selecting a store location via a popup search dialog where you type in a location and it suggests a list of nearby stores and you select one. I guess this sets a cookie or something and then you can go to product pages where it shows the inventory in your selected store.
I can get a list of all the store locations from elsewhere on their site, but can't figure out how to:
1.) Feed the text input (store name) into the search box
2.) Iterate through the list of store names
Is the extension capable of doing this?