Trying to scrape multiple tabs on a website where the page doesnt actually physcially "load" when the tab is clicked. I have already scraped the details tab but I would also like to html scrape the features & specications tab.
Website is ECU Wirein Monsoon G4X
Here is my sitemap so far:
{"_id":"LINK-ECU","startUrl":["https://dealers.linkecu.com/products"],"selectors":[{"id":"categories","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".facets-category-cell-title a","type":"SelectorLink","version":2},{"id":"sub-cat","linkType":"linkFromHref","multiple":true,"parentSelectors":["categories"],"selector":".facets-category-cell-title a","type":"SelectorLink","version":2},{"id":"products","linkType":"linkFromHref","multiple":true,"parentSelectors":["sub-cat"],"selector":"a.facets-item-cell-grid-title","type":"SelectorLink","version":2},{"id":"title","multiple":false,"multipleType":"singleColumn","parentSelectors":["products"],"regex":"","selector":"h1","type":"SelectorText","version":2},{"id":"sku","multiple":false,"multipleType":"singleColumn","parentSelectors":["products"],"regex":"","selector":"span[itemprop='sku']","type":"SelectorText","version":2},{"id":"images","multiple":false,"multipleType":"singleColumn","parentSelectors":["products"],"selector":".bx-pager-link img","type":"SelectorImage","version":2},{"id":"details","multiple":false,"parentSelectors":["products"],"regex":"","selector":"div.product-details-information-tab-content","type":"SelectorHTML"},{"id":"click_features","linkType":"linkFromRedirect","multiple":false,"parentSelectors":["products"],"selector":"a[data-id='1']","type":"SelectorLink","version":2},{"elementLimit":0,"id":"feats","multiple":false,"parentSelectors":["click_features"],"scroll":false,"selector":"div.product-details-information-tab-content","type":"SelectorElement"}]}

