Short thing, when I built something similar using chromedp I had to scroll on some pages to properly render all of them, due to lazy rendering on some websites ( also some pages had infinite scroll so had to break after a certain amount scrolled)
Might be worth adding it as an option ( unless it is already)
2 comments
[ 3.0 ms ] story [ 17.6 ms ] threadShort thing, when I built something similar using chromedp I had to scroll on some pages to properly render all of them, due to lazy rendering on some websites ( also some pages had infinite scroll so had to break after a certain amount scrolled)
Might be worth adding it as an option ( unless it is already)
Nice project