Scraper is just opening and closing

Hello,

I'm using the following sitemap on this website:

{"_id":"yachtico","startUrl":["https://www.yachtico.com/search?f%5B0%5D=type_of_boat%3ACatamaran&f%5B1%5D=type_of_boat%3ASailing+boat&f%5B2%5D=no_of_cabins%3A6&f%5B3%5D=no_of_cabins%3A7%2B&f%5B4%5D=built_in%3A%5B2020%20TO%20%2A%5D&f%5B5%5D=built_in%3A%5B2017%20TO%202019%5D&f%5B6%5D=built_in%3A%5B2014%20TO%202016%5D&f%5B7%5D=weekly_price_in_usd%3A%5B3500%20TO%203999%5D&f%5B8%5D=weekly_price_in_usd%3A%5B3000%20TO%203499%5D&f%5B9%5D=weekly_price_in_usd%3A%5B2500%20TO%202999%5D&f%5B10%5D=weekly_price_in_usd%3A%5B2000%20TO%202499%5D&f%5B11%5D=weekly_price_in_usd%3A%5B1500%20TO%201999%5D&f%5B12%5D=no_of_cabins%3A3&f%5B13%5D=no_of_cabins%3A4&f%5B14%5D=no_of_cabins%3A5&f%5B15%5D=no_of_berth%3A6&f%5B16%5D=no_of_berth%3A7&f%5B17%5D=no_of_berth%3A8&f%5B18%5D=no_of_berth%3A9&f%5B19%5D=no_of_berth%3A10&f%5B20%5D=no_of_berth%3A11%2B&f%5B21%5D=crewed%3ANo&sort_price=asc"],"selectors":[{"id":"boat","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"li.result_item","multiple":true,"delay":"4000","clickElementSelector":"span.read_more","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"pagination","type":"SelectorLink","parentSelectors":["pagination"],"selector":"li:nth-of-type(n+2) a.active","multiple":true,"delay":0},{"id":"type","type":"SelectorText","parentSelectors":["boat"],"selector":".field-field-type-of-baot-value span","multiple":false,"regex":"","delay":0},{"id":"2weekprice","type":"SelectorText","parentSelectors":["boat"],"selector":"div.discount-price","multiple":false,"regex":"(\\d+)\\,(\\d+)\\.(\\d+)","delay":0},{"id":"2weekdiscountperc","type":"SelectorText","parentSelectors":["boat"],"selector":"span.savings-percentage","multiple":false,"regex":"(\\d+)","delay":0},{"id":"nocabins","type":"SelectorText","parentSelectors":["boat"],"selector":"div.field-field-number-of-cabins-value","multiple":false,"regex":"","delay":0},{"id":"noberths","type":"SelectorText","parentSelectors":["boat"],"selector":"div.field-field-number-of-berth-value","multiple":false,"regex":"","delay":0},{"id":"deposit","type":"SelectorText","parentSelectors":["boat"],"selector":".deposit-value div.price-usd","multiple":false,"regex":"(\\d+)\\,(\\d+)","delay":0}]}

https://www.yachtico.com/search?f[0]=type_of_boat%3ACatamaran&f[1]=type_of_boat%3ASailing+boat&f[2]=no_of_cabins%3A6&f[3]=no_of_cabins%3A7%2B&f[4]=built_in%3A[2020%20TO%20*]&f[5]=built_in%3A[2017%20TO%202019]&f[6]=built_in%3A[2014%20TO%202016]&f[7]=weekly_price_in_usd%3A[3500%20TO%203999]&f[8]=weekly_price_in_usd%3A[3000%20TO%203499]&f[9]=weekly_price_in_usd%3A[2500%20TO%202999]&f[10]=weekly_price_in_usd%3A[2000%20TO%202499]&f[11]=weekly_price_in_usd%3A[1500%20TO%201999]&f[12]=no_of_cabins%3A3&f[13]=no_of_cabins%3A4&f[14]=no_of_cabins%3A5&f[15]=no_of_berth%3A6&f[16]=no_of_berth%3A7&f[17]=no_of_berth%3A8&f[18]=no_of_berth%3A9&f[19]=no_of_berth%3A10&f[20]=no_of_berth%3A11%2B&f[21]=crewed%3ANo&sort_price=asc

Whenever I run this scraper, the scraper navigates to the first item and then closes. I run it with 4000ms site load delay.

What am I doing wrong?

Thanks,
QQ

This site's links are just standard HTML links, so you don't need to use Element Click. Type: Link is enough.