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 has been 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?
Best,
Tim
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
makeScreenshot
which only supportssaveDocumentScreenshot
.So I am wondering if I should prepare a PR adding an option for the
webdrivercss
call, which makes the default workflow usesaveViewportScreenshot
. Or is there already another way or even a reason not to do it at all?Best,
Tim
The text was updated successfully, but these errors were encountered: