Hi there !
I have been trying for a couple of days to scrape the following website: https://www.ffjudo.com/les-clubs . I can easily scrape the list of Judo clubs shown on the left side of the page. :
Nevertheless, I can not make Web Scrapper do the following actions :
1 - Click on the div of one club
2 - Then click on the link called "Voir la fiche du club"
3 - Then do it for all the Judo Clubs
Sitemap:
{"_id":"FFjudo","startUrl":["https://www.ffjudo.com/les-clubs/[1-5]"],"selectors":[{"id":"record_wrapper","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.grid2","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div.grid2"},{"id":"Location","parentSelectors":["LeftListing"],"type":"SelectorText","selector":"span.h4","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"email","parentSelectors":["LeftListing"],"type":"SelectorText","selector":".email a","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"ClubName","parentSelectors":["LeftListing"],"type":"SelectorText","selector":"h2","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Sport","parentSelectors":["LeftListing"],"type":"SelectorText","selector":".discipline span","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"LeftListing","parentSelectors":["record_wrapper"],"type":"SelectorElement","selector":"div.card_club","multiple":true,"scroll":false,"elementLimit":0},{"id":"Map","parentSelectors":["record_wrapper"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.card_club","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"div.carte"},{"id":"LinkClub","parentSelectors":["Map"],"type":"SelectorLink","selector":".leaflet-popup-content a","multiple":true,"linkType":"linkFromHref"},{"id":"Adresse","parentSelectors":["LinkClub"],"type":"SelectorText","selector":"div.dojo","multiple":false,"regex":"","multipleType":"singleColumn"}]}
Anyone can help me with that ?

