Element Click Selector Error

Hi there! I'm trying to pull all of the companies from the URL listed below. However, when I use the element click selector, I am only able to iterate through the first 5 paginations, and then it jumps to the last pagination (102).

Any advice on what I'm doing wrong? I've played around with the delay times, but the same issue keeps happening.

Url: https://www.cretech.com/directory/company?page=1&sortField=company_name&sortBy=true&companyids=&searchFields=0

Sitemap:
{"_id":"cretech_real_estate","startUrl":["https://www.cretech.com/directory/company?page=1&sortField=company_name&sortBy=true&companyids=&searchFields=0"],"selectors":[{"id":"element-click-wrapper","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":"li:nth-of-type(13) a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":15000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div.companylogo__inner"},{"id":"company","parentSelectors":["element-click-wrapper"],"type":"SelectorText","selector":"button","multiple":false,"delay":0,"regex":""}]}

@hannah_loop Hi, please, try to specify the click selector - li a:contains("›")