Hello, I get (think) all the match but the results do not go well. This is my sitemap:
{"_id":"prueba","startUrl":["https://www.mismarcadores.com/futbol/espana/laliga/resultados/"],"selectors":[{"id":"partidos","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.container__fsbody","multiple":false,"delay":0,"clickElementSelector":"td a","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"fecha","type":"SelectorText","parentSelectors":["partidos"],"selector":"td.cell_ad","multiple":true,"regex":"","delay":0},{"id":"local","type":"SelectorText","parentSelectors":["partidos"],"selector":"span.padr","multiple":true,"regex":"","delay":0},{"id":"visitante","type":"SelectorText","parentSelectors":["partidos"],"selector":"span.padl","multiple":true,"regex":"","delay":0},{"id":"resultado","type":"SelectorText","parentSelectors":["partidos"],"selector":"td.cell_sa","multiple":true,"regex":"","delay":0}]}
I think I get all the results because I see loading when I scrap. So, I think all the pages are loaded but the result I got are disorganized.
Best regards.