To take a snapshot of a page, I'm using the method visibleContentsAsDataURL() from the Safari extension API (based on the Snapper Safari extension ).
Oddly, the method only get a snapshot of the top of the page.
I'm using a event mechanism to scroll the page and take several snapshots then combine them. The resulting image is the top of the page repeatedly...
Is anyone aware of this problem ? Is there any constraint to the visibleContentsAsDataURL() ?