We have a video playing inside a div, with other pngs and things also within the div. We need a screenshot of the div when the user clicks a button. HTML to Div does not seem like the right approach since our video will change in real time.
Although we can see the div in the browser, we cannot get access to that specific vision of the div via Javascript, because the div does not draw into a canvas.
What does it draw into? Is there a way to copy the div pixel for pixel?