Cant iterate trhough dropdown menu

You can change the language of the site to english.

Im trying to get some stats from every team in each matchweek from 21/22 in this league.

I tried following a official video. It shows that there are 34 elements selected, which is the supposed, but while scraping it only goes to the first matchweek, then to the 2nd and then back to the 1st and finsihes, while extracting no data whatsoever.

The sitemap:

{"_id":"jornadasStats","startUrl":["https://www.ligaportugal.pt/pt/liga/classificacao/20212022/ligaportugalbwin/1"],"selectors":[{"id":"jornadaWrapper","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":"select.ddlMatchdays option:not(:contains("Todas"))","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":500,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"body"},{"id":"jornadaNumber","parentSelectors":["jornadaWrapper"],"type":"SelectorText","selector":"div.select-container option[selected]","multiple":false,"regex":""},{"id":"Line","parentSelectors":["jornadaWrapper"],"type":"SelectorElement","selector":"tr.standings-first","multiple":true},{"id":"Lugar","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(1)","multiple":false,"regex":""},{"id":"Equipa","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":""},{"id":"Vitorias","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"regex":""},{"id":"Empates","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(6)","multiple":false,"regex":""},{"id":"Derrotas","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(7)","multiple":false,"regex":""},{"id":"golosMarcados","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(16)","multiple":false,"regex":""},{"id":"golosSofridos","parentSelectors":["Line"],"type":"SelectorText","selector":"td:nth-of-type(17)","multiple":false,"regex":""}]}