Instagram scraper - how to scroll down element

Hello!
I would like to collect information of my Instagram business account such as:

  • post content
  • likes & views
  • comment authors
  • comment content
  • like authors

Almost everything works except the scroll down elements for both the root page with the posts and in the like authors box on a post page. It doesn't seem to scroll at all.

Help is much appreciated!
You will see the sitemap below with the example of the Nike Instagram account.

Url: https://www.instagram.com/nike/

Sitemap:
{"_id":"instagram","startUrl":["https://www.instagram.com/nike/"],"selectors":[{"id":"post_link","type":"SelectorLink","parentSelectors":["_root"],"selector":".v1Nh3 a","multiple":true,"delay":""},{"id":"post_text","type":"SelectorText","parentSelectors":["post_link"],"selector":".C4VMK span","multiple":false,"regex":"","delay":0},{"id":"engagement_text","type":"SelectorText","parentSelectors":["post_link"],"selector":".EDfFK span:first()","multiple":false,"regex":"","delay":0},{"id":"date_attribute","type":"SelectorElementAttribute","parentSelectors":["post_link"],"selector":"time._1o9PC","multiple":false,"extractAttribute":"title","delay":0},{"id":"image_attribute","type":"SelectorElementAttribute","parentSelectors":["post_link"],"selector":".kPFhm div.KL4Bh img","multiple":false,"extractAttribute":"alt","delay":0},{"id":"comment_author","type":"SelectorGroup","parentSelectors":["post_link"],"selector":".Mr508 li ._6lAjh","delay":0,"extractAttribute":""},{"id":"comment_text","type":"SelectorGroup","parentSelectors":["post_link"],"selector":".Mr508 .C4VMK span","delay":0,"extractAttribute":""},{"id":"post_image","type":"SelectorImage","parentSelectors":["post_link"],"selector":"div.KL4Bh img","multiple":false,"delay":0},{"id":"likers_click","type":"SelectorElementClick","parentSelectors":["post_link"],"selector":" div.RnEpo","multiple":false,"delay":"100","clickElementSelector":"button._8A5w5","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"likers_scroll","type":"SelectorElementScroll","parentSelectors":["likers_click"],"selector":"div.pbNvD[role="dialog"] > div.Igw0E > div","multiple":false,"delay":"1000"},{"id":"likers_account","type":"SelectorGroup","parentSelectors":["likers_scroll"],"selector":"._7UhW9 div.rBNOH","delay":0,"extractAttribute":""}]}