"Download file" element click breaks scraper

Hello,

In my sitemap, I have an "element click" selector that clicks on a button to download a file from the website I'm scraping. However, whenever this action is included in the sitemap, the scraper will not return any data and it will only attempt to scrape the first page.

The scraper works perfectly fine when I don't include the "element click" that downloads a file. Does anyone know a workaround? I have tried using a long delay time, I have tried only using click elements (e.g. not scraping, just clicking), but nothing seems to work.

Sitemap:
{"_id":"AllTrails_Testing","startUrl":["https://www.alltrails.com/trail/us/colorado/zapata-falls-trail","https://www.alltrails.com/trail/us/colorado/waterton-canyon-trail","https://www.alltrails.com/trail/us/colorado/waterton-canyon-short-hike"],"selectors":[{"id":"Click_HitTheTrail","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".DesktopCtas_floating__5drI9 .styles_accent__v8i3S span","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","multiple":false,"selector":".DesktopCtas_floating__5drI9 .styles_accent__v8i3S span"},{"id":"Click_Download_File","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"[aria-label='Export map file'] div.styles_text200__CzubX","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"[aria-label='Export map file'] div.styles_text200__CzubX"},{"id":"gpx_download","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".styles_rightButtons__Wi7gU span","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":12000,"discardInitialElements":"do-not-discard","multiple":false,"selector":".styles_rightButtons__Wi7gU span"},{"id":"Click_X","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".IconButton_default__b79Ma .styles_sm__eZDD5 path","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":10000,"discardInitialElements":"do-not-discard","multiple":false,"selector":".IconButton_default__b79Ma .styles_sm__eZDD5 path"},{"id":"GetItem","parentSelectors":["_root"],"type":"SelectorText","selector":"div.TrailStats_stat__O2GvM:nth-of-type(1) span.TrailStats_statValueSm__HlKIU","multiple":false,"regex":""}]}

Hi,

Do you happen to have a dummy account for the website? I can't test what happens after clicking the download button since it requires being logged in.