Pagination without "next"

Hey @webber @KristapsWS

I always struggle when the pagination doesn't contain a "next" options. In this case there are two stumbling blocks. 1: no next button 2: there is a "..." as part of the pagination options that skips to the middle.

Furthermore I seem to have created a sequence that loops 1.2.3..2.3.2.3.2.3. forever

Can you guys helps?

{"_id":"linkedin-job-scraper","startUrl":["https://www.linkedin.com/jobs/search/?f_SB2=3&keywords=head%20of%20support&location=San%20Francisco%20Bay%20Area&locationId=us%3A84&fbclid=IwAR0i_VWA3Gi42eiX5HldcDJNz_mRGxzLd2hiFGpF2wPHfx7ctov3l4uYAUY"],"selectors":[{"id":"Pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.job-card-search","multiple":true,"delay":0,"clickElementSelector":"li.artdeco-pagination__indicator:nth-of-type(n+2) button[aria-label]","clickType":"clickMore","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Title","type":"SelectorText","parentSelectors":["Pagination"],"selector":"h3.job-card-search__title a.job-card-search__link-wrapper","multiple":false,"regex":"","delay":0},{"id":"Company","type":"SelectorText","parentSelectors":["Pagination"],"selector":"a.job-card-search__company-name-link","multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["Pagination"],"selector":"h5.job-card-search__location","multiple":false,"regex":"","delay":0},{"id":"Snippit","type":"SelectorText","parentSelectors":["Pagination"],"selector":"p.job-card-search__description-snippet","multiple":false,"regex":"","delay":0},{"id":"Time Open","type":"SelectorText","parentSelectors":["Pagination"],"selector":"time.job-card-search__time-badge","multiple":false,"regex":"","delay":0},{"id":"Link","type":"SelectorElementAttribute","parentSelectors":["Pagination"],"selector":"h3.job-card-search__title a.job-card-search__link-wrapper","multiple":false,"extractAttribute":"href","delay":0}]}

Hey, are you able to share a screenshot of how you elements look like, as it seems like we do not have the same linkedin view (no pagination on my linkedin, just 'show more')