screenshot Questions

52

Solved

Is it possible to take a screenshot using Selenium WebDriver? (Note: Not Selenium Remote Control)

2

Solved

We need a screenshot of our app for a unit test. CaptureScreen() and CopyFromScreen() somehow ignore the app and return pictures of an empty desktop. So we wrote this to fake a PrtScn keystroke: p...
Latham asked 19/7, 2013 at 18:51

15

Solved

Apparently, Apple documentation can't keep up with App Store changes. Until today, the biggest (optional) display size was a 5.8-Inch Super Retina Display with a resolution of 1125 x 2436 pixels. C...
Liard asked 13/9, 2018 at 9:0

9

I currently try to make a movie out of images, but i could not find anything helpful . Here is my code so far: import time from PIL import ImageGrab x =0 while True: try: x+= 1 ImageGrab()....
Discriminative asked 6/7, 2017 at 11:22

2

Basically, I am doing what the heading states, attempting to save the contents of a div as an image. I plan on making a small online application for the iPad. One function that is a must is havin...
Ascidium asked 2/9, 2013 at 22:6

7

Solved

I have a UIView named overView: overView.frame = CGRectMake(self.view.frame.width/25, self.view.frame.height/25, self.view.frame.width/1.3, self.view.frame.height/1.2) I want to take a screensho...
Wheeled asked 23/7, 2015 at 8:37

7

Solved

I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
Grocery asked 5/3, 2019 at 8:6

1

I have a toolbar. It allows you to take screenshots with one button: def screenshot(): try: os.mkdir(r"C:\Screenshots") except FileExistsError: pass global img img = ImageGrab.gra...
Negligent asked 29/3, 2017 at 17:39

3

Solved

Hi I am making a game and I have added a share button to the game. I want the user to be able to share a message, URL, and screenshot along side each other in one message.The sharing aspect of it i...
Bloodfin asked 25/4, 2015 at 1:31

16

Solved

I need to take a screenshot of Activity (without the title bar, and the user should NOT see that a screenshot has actually been taken) and then share it via an action menu button "share". I have al...
Farmstead asked 12/5, 2015 at 16:48

3

Solved

I program in recent years to Android and I wonder something : How to detect when user take a screenshot ? I want that when the user takes a screenshot , we move to the next activity . I tried the ...
Triable asked 9/4, 2015 at 7:34

3

I am making an educational website for one of my clients and he demanded to implement a function that can prevent users to record the screen on the website because the website would have paid conte...
Supervisory asked 9/2, 2022 at 16:41

4

Run this code and then 'save' you will difference of image. Any solution to solved this problem? Example of code $(document).on("click", "#save", function() { html2canvas( $("body"), { ...
Ladanum asked 23/7, 2015 at 6:21

5

Solved

I've got a problem with Xamarin.UITest, specifically screenshot feature. It is not working as expected. I'm trying to copy "created" screenshot to another directory, but I get the following error...
Disguise asked 22/10, 2018 at 15:17

16

Solved

Is it possible to prevent the screen recording in Android Application? I would like to develop an Android Secure Application. In that I need to detect screen recording software which are running b...
Brewery asked 19/2, 2015 at 12:40

4

Solved

I want to take screenshots of my iOS apps running from Xcode in the iPhone Simulator and iPad Simulator. However, when I take screenshots, only the screen is captured. The device frame (which is sh...
Merc asked 12/11, 2012 at 11:59

7

Solved

Using Android Studio for developing flutter replaces the LogCat console with the run tab. This works great, but how do I take a screen shot of my debugging device? Previously I used to expand the...

1

I'm trying to implement a function to my flutter application so that if a user presses on a specific button an image and a text shall be shared via mail, WhatsApp, etc. I used the share_plus plugin...
Kluge asked 4/10, 2021 at 16:33

2

I am working on screenshot automation. In particular, I am trying to achieve the following: Prompt the user for the links to different pages on the website X Prompt the user for the class name Y ...
Aleksandr asked 14/6, 2018 at 20:9

20

Solved

I want to take a screenshot of my iOS application when it is running in the simulator, and save the screenshot on my Mac. How can I do this?
Blowbyblow asked 17/8, 2011 at 12:17

6

Solved

I am attempting to use http://html2canvas.hertzen.com/ to take screenshots of my webpage. I am unable to initialize a canvas element using... var canvas = $('body').html2canvas(); If I were able...
Picayune asked 5/5, 2012 at 0:3

16

Solved

I have saved some screenshots in the iPhone Simulator running iOS 5, but I can't find them. I had this problem before, and it took me frickin' ages to find them in the file system. Is this so sim...
Sardis asked 27/11, 2011 at 14:5

3

Solved

I noticed that netflix employs a method of preventing users from recording or even taking still screenshot images of the video playback in their browser-based app. If you are watching a video on ne...
Brezin asked 30/7, 2020 at 14:50

13

Solved

I am making a screen capturing application and everything is going fine. All I need to do is capture the active window and take a screenshot of this active window. Does anyone know how I can do thi...
Mitchmitchael asked 22/7, 2009 at 8:8

24

Solved

I want to convert a UIView to an image and save it in my app. Can someone please tell me how to take screenshot of a view or convert it to an image and what is the best way to save it in an app (No...
Whoops asked 7/6, 2015 at 17:15

© 2022 - 2024 — McMap. All rights reserved.