How to scrape multiple pages with NEXT PAGE (but same link)?

Hi,
I need to scrape all links from this source page:
'다음' means next page. image
because the link of every pages are the same, so I couldn't use 'link' type,
and I used 'Element Click', but I can't scrape all pages..

Url: https://smartstore.naver.com/totalbench/products/2403533072?NaPm=ct%3Dk14t5nu8%7Cci%3Da3f37afe24c30b052dc50a016eb15947fb070ce4%7Ctr%3Dslsl%7Csn%3D294509%7Cic%3D%7Chk%3D3f33276eae45c232f064b3ace579cd4868a6f8cc#revw

Sitemap:
{"_id":"total_cross_502","startUrl":["https://smartstore.naver.com/totalbench/products/2403533072?NaPm=ct%3Dk14t5nu8|ci%3Da3f37afe24c30b052dc50a016eb15947fb070ce4|tr%3Dslsl|sn%3D294509|ic%3D|hk%3D3f33276eae45c232f064b3ace579cd4868a6f8cc#revw"],"selectors":[{"id":"cross_502","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"li:nth-of-type(n+3) div.area_text","multiple":true,"delay":"2000","clickElementSelector":"a.N\=a\:rvp\.page","clickType":"clickMore","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueHTMLText"},{"id":"Star","type":"SelectorText","parentSelectors":["cross_502"],"selector":"span.number_grade","multiple":false,"regex":"","delay":0},{"id":"content","type":"SelectorText","parentSelectors":["cross_502"],"selector":"p","multiple":false,"regex":"","delay":0}]}

Did you ever find a solution for this?

I'm interested to know also - new to scraping & need all the help I can get!

Been a while but maybe this Web Scraper << How to >> Set up pagination with page numbers using Element Click selector