crawl4ai version
0.7.8
Expected Behavior
When performing full page screenshots with a scroll_delay, the scrolls between screenshots should respect the scroll_delay parameter and wait that amount of time before screenshotting
Current Behavior
Currently there is a hardcoded asyncio.sleep(0.01) between each of the screenshots in the take_screenshot_scroller() function, thus each screenshot only waits 0.01 seconds before scrolling for the next screenshot
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
macOS
Python version
3.12.0
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
No response