@cruxxx You can use the "Node.js" module in BAS to do this.
You can use Playwright or Puppeteer.
Personally, I often use Playwright to control external anti-detect browsers.
You can use the keywords I just provided and use AI to help you.
So i want to be able to scroll from the top of the page to the bottom of the page as naturally as possible but if i use something like scroll [45,999999] it zoooms to the end of the page super fast and doest really look natural or trigger the lazyload css on some pages.
i also tried scroll to element >CSS> footer but that too moves wayyyy to fast
Is there a better way to make sure the page scrolls naturally to the bottom so that lazy load can trigger the target elements to appear?