Top "Screenshot" questions

For questions about screenshots — digital images that show the contents of a computer display,

How do I view the "Screenshot: available via screen"?

I have started running Selenium tests via PhantomJS from Python. Whenever a test raises an exception I see a traceback …

python-2.7 selenium phantomjs screen screenshot
Get screenshot of surfaceView in Android

In my application I have view with some buttons and SurfaceView. I must take screenshot of this view, but in …

android screenshot surfaceview screen-capture
How do I take screenshots of web pages using ruby and a unix server?

I'm trying to programatically create thumbnail images of a large number of web pages that are hosted on my own …

ruby unix gtk screenshot rmagick
Is there a Python equivalent to Java's AWT Robot class?

Does anyone know of a Python class similar to Java Robot? Specifically I would like to perform a screen grab …

python linux automation screenshot awtrobot
how to take screenshot or screen video in angular 5

I am using angular 5 sample project, want to build feature for screenshot or capture screen video using angular5 component structure.

angular screenshot angular5 angularjs-components
How to take screenshot of certain part of screen in Pygame

Is there a way I can take a screenshot of the right half of my pygame window? I'm making a …

python pygame screenshot crop
Can I create high resolution screenshots in Firefox?

In Firefox I can create a fullpage screenshot when I go to the web developer toolbar (can be activated in …

firefox screenshot high-resolution webpage-screenshot
Capturing video out of an OpenGL window in Windows

I am supposed to provide my users a really simple way of capturing video clips out of my OpenGL application's …

c++ opengl video screenshot video-capture
How to capture desktop screen of computer host where it's running on using node.js

Is there such a way to capture desktop with node.js not a browser tab? I have searched a lot …

node.js screenshot capture screen-capture
android taking screenshot of offscreen page

I am working on an android application. I have an activity, say A, which fills the entire screen with views..…

android android-activity screenshot off-screen