Abu

Results 1 comments of Abu

I think for loop inside AsyncPlaywrightCrawlerStrategy.take_screenshot_scroller needs to be like this: ``` for i in range(num_segments): y_offset = i * viewport_height if i == num_segments - 1: last_part_height = page_height...