I believe you need to convert the cookies to the format that BAS understands, and then import them into BAS using a standard method.
Take a look:
https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Cookie
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?