@Manu
I was expecting to get a single exe file as a result of compiling.
BAS gives a folder with several files as result of compile operation. You can zip it and send to customer. In fact that folder conatins only online installer, which will download correct BAS version with correct architecture on first run.
I needed to do similar thing on other website.. it not a perfect solution.. but still.. :)
What i did is i recorded like 40-50 scrolldowns till the end of site.. and THEN do all actions.. like in your case.. scrape friends..
@megadarren88 Thanks for the solution to this, I've been working on a instagram bot and needed to add unfollows to it.
I found another solution by checking how many you are following and then putting in a variable and increasing scroll to the element + increase variable 1+ each time, also works :)