hello, i'm trying to scrape the cities, the name and the phone numbers of the different companies.
with this sitemap the scrapper only click on the first "mostra telefono" and then goes to the next page
if somebody could help me getting it to click on every button and storing the phone numbers that would be perfect
Url: https://www.paginegialle.it/ricerca/concessionario%20moto/Campania/p-19
Sitemap:
{"_id":"concessionariomotocampania","startUrl":["https://www.paginegialle.it/ricerca/concessionario%20moto/Campania/p-[1-24]"],"selectors":[{"id":"Nom","type":"SelectorText","selector":"h1.fn a","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Ville","type":"SelectorText","selector":"section.vcard:nth-of-type(2) span.locality","parentSelectors":["_root"],"multiple":false,"regex":"","delay":0},{"id":"Phone","type":"SelectorElementClick","selector":"section.vcard:nth-of-type(1) div.hidden-phone-elem","parentSelectors":["_root"],"multiple":true,"delay":"1000","clickElementSelector":"div.btn.btn-yellow","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"phonenumber","type":"SelectorText","selector":"span.phone-label","parentSelectors":["Phone"],"multiple":false,"regex":"","delay":0}]}
