crawljax / crawljax

Crawljax
Apache License 2.0
514 stars 218 forks source link

Capturing screenshot with floating navigation bars #542

Open yrahulkr opened 1 year ago

yrahulkr commented 1 year ago

The libraries (Ashot and shutterbug) stitch together full page screenshots by scrolling the page and capturing viewport multiple times. However, the resulting full page screenshot would have the navigation bar in every viewport capture.

To Reproduce Crawling any webpage (ex. dictionary.com) with a floating navigation bar would suffice to reproduce this issue

Expected behavior The screenshot should only have one instance of navigation bar

index

Screenshots

yrahulkr commented 1 year ago

Using CDP to take screenshots resolves the issue when using Chrome Browser.

Yet to find a fix without relying on CDP