Replies: 1 comment
-
@srwei do you have an idea about this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to capture an image of only part of the displayed page?
Maybe somehow with the DevTools protocol?
Reason: drag&drop generates an image for the dragged element, but does not take into account scaling of the view with a css transform (and possibly other transformations). So I'd like to generate an image of the element about to be dragged and use that as drag image.
Beta Was this translation helpful? Give feedback.
All reactions