Hello. What am I doing wrong? Here it is basic sitemap but running scrape returns no result. All elements are found properly when develop sitemap.
{"_id":"test","startUrl":["https://www.etsy.com/sg-en/search?q=test&page=[1-1]&ref=pagination"],"selectors":[{"id":"Product","parentSelectors":["_root"],"type":"SelectorElement","selector":"div[data-search-results] *> ul > li:first-of-type","multiple":true,"delay":0},{"id":"Product link","parentSelectors":["Product"],"type":"SelectorLink","selector":"a","multiple":false,"delay":0},{"id":"Listed on","parentSelectors":["Product link"],"type":"SelectorText","selector":"div.wt-pr-xs-2.wt-text-caption","multiple":false,"delay":0,"regex":""}]}
As I found it does not work in Chrome (Version 102.0.5005.63 (Official Build) (64-bit)).
But it works in Firefox.