You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
So I am wondering if I should prepare a PR adding an option for the webdrivercss call, which makes the default workflow use saveViewportScreenshot. Or is there already another way or even a reason not to do it at all?
Hi,
first let me say, that this is an great library and which let me get to really good results really quickly.
While testing a website built with absolute positions, I ran into the issue described in #141. Looking through the code, I found that there already was a way to make viewport screenshots rather than document screenshots, which was exactly what I wanted. Still, the default workflow relies on
makeScreenshotwhich only supportssaveDocumentScreenshot.So I am wondering if I should prepare a PR adding an option for the
webdrivercsscall, which makes the default workflow usesaveViewportScreenshot. Or is there already another way or even a reason not to do it at all?Best,
Tim