Continue task after reloading page

I have an issue what is caused by clicking view button which refreshes page. Scraping stops there. It would be nice that even after page reload, scraper continues to do its job. I cannot get data after clicking VIEW. So basically want to loop through all combinations of drop down selections and after view get data. It will be highly possible that this feature request also will be ignored completely.

{"_id":"vmaxx","startUrl":["https://www.v-maxx.com/en/products/coilover-kits"],"selectors":[{"id":"click-merkki","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":"div.col-md-2 select option:nth-child(1n+2)","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"body"},{"id":"click-mallisarja","parentSelectors":["click-merkki"],"type":"SelectorElementClick","clickElementSelector":"div.col-md-4 select option:nth-child(1n+2)","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"_parent_"},{"id":"click-tarkkamalli","parentSelectors":["click-mallisarja"],"type":"SelectorElementClick","clickElementSelector":"div.col-md-6 select option:nth-child(1n+2)","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"_parent_"},{"id":"view","parentSelectors":["click-tarkkamalli"],"type":"SelectorElementClick","clickElementSelector":"button.searhbtn","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"_parent_"}]}

There are massive amounts of websites which works like that. Refresh after submit or else. Scraper can investigate drop down menu and after page refresh and other jobs it can go back to starting page and continues from where it left.