Hello guys. 
I'm trying to scroll all expansions on drop down element but I need to click the search button to enable the change. This refresh the page and I'm unable to progress.
If I use only the "set-selector" it scrolls everything but I need to put something else (a SelectorElementClick ??) to change the page content after selecting the expansion.
Url: Singles | Cardmarket
Sitemap:
{
"_id": "mkm_arcana-normal-english",
"startUrl": [
"Singles | Cardmarket"
],
"selectors": [
{
"clickElementSelector": "html > body > main > section > div:nth-of-type(1) > form > div:nth-of-type(2) > select option",
"clickElementUniquenessType": "uniqueCSSSelector",
"clickType": "clickOnce",
"delay": "1000",
"discardInitialElements": "do-not-discard",
"id": "set-selector",
"multiple": true,
"parentSelectors": [
"_root"
],
"selector": "section",
"type": "SelectorElementClick"
},
{
"clickElementSelector": "input.btn",
"clickElementUniquenessType": "uniqueText",
"clickType": "clickOnce",
"delay": "0",
"discardInitialElements": "do-not-discard",
"id": "search-selector",
"multiple": false,
"parentSelectors": [
"set-selector"
],
"selector": ".d-none a.ml-3",
"type": "SelectorElementClick"
}
]
}