Infinite scroll with more than one scrollbars

Hi, how to scroll down on sites with more than one scrollbars?

Sitemap:
{"_id":"fonbet-scroll","startUrl":["Fonbet"],
"selectors":[{"id":"ele","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"div.sport-base-event--pDx9c:nth-of-type(n+5)","multiple":true,"delay":2000},{"id":"teams","parentSelectors":["ele"],"type":"SelectorText","selector":"a","multiple":false,"delay":0,"regex":""}]}

@zhurkost Hello, after inspecting the targeted website it appears that, unfortunately, it will not possible to scrape the desired data - as the previously discovered elements are constantly replaced by the newly discovered elements and can not be consistently located within the source code of this website.

Even after scrolling down to the very bottom, you can see that the selected element count has not significantly increased.