Web Scraper version: latest
Chrome version: latest
OS: mac
Link to the site you were scraping:
Sitemap (Please make the sitemap as minimal as possible so it’s easier to replicate the bug. You can export the sitemap by opening it and choosing “Export Sitemap” in the dropdown menu):
{"_id":"ecom-4","startUrl":["https://webscraper.io/test-sites/e-commerce/scroll/computers/laptops"],"selectors":[{"elementLimit":0,"id":"product-wrapper","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":"div.product-wrapper","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["product-wrapper"],"regex":"","selector":"a","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["product-wrapper"],"regex":"","selector":"h4[itemprop='offers']","type":"SelectorText"}]}
Note: I see what the issue is. Depsite I have selected the element (scroll) selector, somehow the product-wrapper selector is typed as SelectorElement. That's wrong!
Log Information (Screen Record):
Tutorial on how to submit a video bug report: How to submit a video bug report