Tripadvisor pagination

Hi everyone,
I have a problem, i want to scrap all the mails adress and phone numbers from restaurant via tripadvisor but i can't go to the next and the next pages.

Url: https://www.tripadvisor.fr/Restaurants-g187198-Nantes_Loire_Atlantique_Pays_de_la_Loire.html

Sitemap:

{"_id":"nantes","startUrl":["https://www.tripadvisor.fr/Restaurants-g187198-Nantes_Loire_Atlantique_Pays_de_la_Loire.html"],"selectors":[{"id":"restaurant","type":"SelectorLink","parentSelectors":["bob"],"selector":"a.property_title","multiple":true,"delay":0},{"id":"mail","type":"SelectorLink","parentSelectors":["restaurant"],"selector":"ul.detailsContent a","multiple":false,"delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["restaurant"],"selector":"li:nth-of-type(3) div.detail span","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["pagination"],"selector":"div.listing:nth-of-type(n+3) div.title","multiple":true,"delay":0,"clickElementSelector":"a.pageNum","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"bob","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.listing:nth-of-type(n+3) div.title","multiple":true,"delay":"5000","clickElementSelector":"a.pageNum","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"}]}

Try this..

{"_id":"nantes","startUrl":["https://www.tripadvisor.fr/Restaurants-g187198-Nantes_Loire_Atlantique_Pays_de_la_Loire.html"],"selectors":[{"id":"restaurant","type":"SelectorLink","parentSelectors":["bob"],"selector":"a.property_title","multiple":true,"delay":0},{"id":"mail","type":"SelectorLink","parentSelectors":["restaurant"],"selector":"ul.detailsContent a","multiple":false,"delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["restaurant"],"selector":"li:nth-of-type(3) div.detail span","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["pagination"],"selector":"div.listing:nth-of-type(n+3) div.title","multiple":true,"delay":0,"clickElementSelector":"a.pageNum","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"bob","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.listing:nth-of-type(n+3) div.title","multiple":true,"delay":"0","clickElementSelector":".rndBtn:LAST","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

It only go to the next and the next and the next page without extracting something

It will run through all pages before it extracts anything. Let it run