How can you get a screenshot from someone's web browser?

时光怂恿深爱的人放手 提交于 2019-12-24 08:16:37

问题


I didn't think this was possible, but http://www.snapabug.com provides a service that uses screen capture technology to generate reports that helps you help your users. How are they able to do this??

Apparently, their service does not require any extra browser plugins or extensions. My guess is that it uses Flash, since this doesn't seem possible in JavaScript, and loading a Java applet is ridiculously slow.


回答1:


SnapABug uses a Java Applet to get the screenshot of the Browser. A Java Runtime Environment is listed as one of the Technical Requirements.

This blog post details how the Java Applet captures the image from the browser.



来源:https://stackoverflow.com/questions/3386382/how-can-you-get-a-screenshot-from-someones-web-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!