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_"}]}