The click-selector demo errors out: can't scroll anymore

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

Hi,

Are you concerned about the naming of the Element selector? I don't really see where the error is happening.

I don't understand your question. Did you try it? It doens't produce any data.

The error seems to have something to do with the Element type: "SelectorElement".

I got it to work with by exporting the json, and changing it manually to "SelectorElementScroll" and changed a few other attributes as well. Note that type is no longer shown up as a dropdown option.