Top "Screenshot" questions

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

Programmatically take a screenshot of specific area

Like you can see in my code, I take a screenshot and save it to the photo album. //for retina …

objective-c uiwebview screenshot area
Android get screenshot of all ListView items

View v = rootView.findViewById(R.id.layout1); if (v != null) { v.buildDrawingCache(); Bitmap bitmap = v.getDrawingCache(); canvas.drawBitmap(bitmap, dummyMatrix, …

android screenshot
How do I use python-webkit2png to take many screenshots at the same time?

I've got thousands of urls from many hosts I need to screenshot. I can use the lib fine from the …

python screenshot xserver
How can I programmatically create a screen shot of a given Web site?

I want to be able to create a screen shot of a given Web site, but the Web site may …

screenshot image-capture
Change the Location of Screen Shots Saved by the iOS Simulator

I'd like to change the location that screenshots created via File > Save Screen Shot in the iOS Simulator are …

ios ios-simulator screenshot simulator
selenium python element.screenshot() not working

from selenium import webdriver browser = webdriver.Chrome() browser.get("http://www.baidu.com") browser.find_element_by_id('su').screenshot(…

python selenium screenshot chrome-web-driver
SDL2 C++ Taking a screenshot

Hi I would like to know if it is possible to simply take a screenshot with SDL2. I tried SDL_…

c++ screenshot sdl-2
Xcode 9 - Simulator: Screenshots taken are not of correct resolution for ItunesConnect / AppStore Connect

In the old version of the Xcode Simulator (Xcode 8), you could press Command + 1, and it would show the simulator to …

app-store-connect screenshot ios11 xcode9 simulator
How to specify size when taking screenshot in wkhtmltoimage?

This is my first time using wkhtmltoimage. I am trying to take screenshots of urls. But I need the images …

php size screenshot wkhtmltopdf wkhtmltoimage
WPF Screenshot JPG from UIElement with C#

I'm trying to create a JPG from part of my WPF Applications. Like a screenshot, only of individual UIElements. I …

c# wpf wpf-controls screenshot uielement