Im trying to extract multiple images from this site.. I've tried many things, but I cant figure out how to get element click to work. I set the click selector to the "next button," and the selector to the area around the image. I clicked on multiple, and discard initial elements. Then I went inside that selector and created an image selector for the current image.
I've been struggling with this feature for a while now. I've found workarounds before, but I can't figure it out this time. It'd be nice to know how to use this selector!
Thank you
Url: https://www.horizonfitness.com/ex-59-elliptical
Sitemap:
{"_id":"horizon","startUrl":["https://www.horizonfitness.com/"],"selectors":[{"id":"Category","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.f4","multiple":true,"delay":0},{"id":"Info","type":"SelectorLink","parentSelectors":["Category"],"selector":"a.expanded","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["Info"],"selector":"article.product-details h1","multiple":false,"regex":"","delay":0},{"id":"Short Description","type":"SelectorHTML","parentSelectors":["Info"],"selector":"div.product-copy","multiple":false,"regex":"","delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["Info"],"selector":"span.featured-price__sale-price span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Specifications","type":"SelectorHTML","parentSelectors":["Info"],"selector":"section.specs-tab","multiple":false,"regex":"","delay":0},{"id":"Image","type":"SelectorElementClick","parentSelectors":["Info"],"selector":"article.product-details div.small-12.medium-order-1","multiple":true,"delay":0,"clickElementSelector":"button.slick-next","clickType":"clickOnce","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"},{"id":"image","type":"SelectorImage","parentSelectors":["Image"],"selector":"div.slick-initialized:nth-of-type(2) div.slick-slide.slick-current img","multiple":true,"delay":0}]}