screenshot Questions

4

Solved

I am still trying to make my quiz, but I want to enter a clear the screen code for my questions. So, after researching, I found a code that works, but it puts my questions way to the bottom of the ...
Mulberry asked 5/4, 2014 at 19:34

1

Solved

I am testing screen capture with ElectronJS. I can capture my screen but captured video has low quality than original. Operating system: Linux Mint 20 Electron version: 11.1.0 Here is my code. I ...
Wandy asked 12/12, 2020 at 21:46

8

Existing code which takes screenshot of only visible screen. I am using the Chromedriver. System.setProperty("webdriver.chrome.driver", "D:/chromedriver/chromedriver.exe"); WebDriver driver = ne...
Paolo asked 23/3, 2017 at 10:33

1

Solved

In my Android app I need to use the SECURE_FLAG to say to Android: "hey you don't take a screenshoot of my app in background!". Ok it works simply using the following lines of code in my ...
Integrate asked 23/10, 2019 at 15:31

11

I've been experiencing this issue for two days, since the new iTunes Connect became avaiable. When adding a new screenshot, at first, I was receiving the error: Your app information could not be s...
Eventuate asked 10/9, 2014 at 17:50

1

We are building an SDK that will take screenshots of an app once it is integrated. We are able to take screenshots for Native Android, Native iOS, Cordova, IONIC, React Native, Xamarin platforms. H...
Dichlamydeous asked 26/5, 2020 at 12:9

2

Solved

Looking to modify the following to take a screenshot off all monitors. I have tried adapting it but my images are blank. Writing it to test.png is for testing. The byte[] will be sent to the receiv...
Carbolated asked 2/12, 2013 at 22:10

15

Solved

I have built a table which is basically done by HorizontalScrollView inside a ScrollView. I made the user can edit the fields. Now I want to save the table on a screen, jpg, png, pdf or anyt...
Agreeable asked 20/3, 2012 at 17:17

4

I need to take a screenshot of the current screen or widget and I need to write it into a file.
Banksia asked 30/6, 2018 at 19:37

3

Solved

I'm making a Winforms program for a friend, and one of the functions he wants implemented is to hide the contents of a textbox from being recorded; meaning he wants it safe from screenshots and scr...
Hixon asked 2/2, 2016 at 21:14

0

hi i am trying to convert my html code into an image this i my python code: def cnv2image(): options = { "--enable-local-file-access": None, "--enable-javascript": None, &qu...
Infrequent asked 19/8, 2021 at 1:44

18

Is there any way of taking a screenshot of a website in PHP, then saving it to a file?
Bloomer asked 16/4, 2009 at 19:25

1

Solved

I tried to take a screenshot of a movie on the Disney+ web app when I realised that the video turns black as soon as I try to take a new screenshot with Snipping Tool. When I tried to do the same t...
Adorl asked 3/7, 2021 at 0:54

7

Solved

I am working on a solution capturing screen-shots of websites. I am using the default example mentioned at slimerjs.org to get the job done. Screen-shots are great with this tool, but I need to ta...
Stinkwood asked 16/12, 2016 at 7:26

1

Solved

I need to place my application over a full screen video and capture it to put into a "picture in picture" frame in my python tkinter application. I've reviewed the usual suspects (ImageGr...
Lend asked 16/6, 2021 at 23:26

10

From Android 4.0, it supports volumn down+power key to take screenshot and saved in gallery. But how to do this in android emulator. I know in eclipse, there is a 'take screenshot' button, but th...
Logomachy asked 9/4, 2013 at 2:31

6

Solved

Hi I'm stuck and I did not find anything helpful on the internet. I'm trying to make a screen-sharing program in python. The problem is that I can't send the screen in at least 24 fps, because when...
Deformity asked 23/2, 2018 at 15:16

1

I wanted to prevent users taking screenshots of my App and also hide it's content when it's on recent items. Do you know an equivalent to Android's FLAG_SECURE feature? https://developer.android.co...
Soapwort asked 14/9, 2017 at 14:32

10

Can anyone help me to take a full page screenshot using Selenium webdriver. I am using c#/Nunit. The current method i am using is not taking the full browser page. I am using the code below to tak...
Pelmas asked 9/5, 2012 at 5:28

8

I want to automatic capturing screenshots if my webdriver tests failed (any exception or assertion error). I am using Python unittest and Selenium Webdriver. Does anyone have any solution to this p...
Pend asked 19/8, 2012 at 7:5

6

Solved

I get the following error when trying to upload an image as a screenshot to my developer console: "You need to check that your screenshot image is a valid image." I took a screenshot from my cel...
Houseless asked 10/12, 2012 at 16:39

2

I'm working with a system that has 4 outputs (monitors) with e.g. 1280x1024 pixels for each output. I need a screenshot of the whole desktop and all open applications on it. I tried GetDesktopWind...

8

Solved

I'd like to change the location that screenshots created via File > Save Screen Shot in the iOS Simulator are saved from the desktop to a folder of my choice. How can this be done? Perhaps there's ...
Leis asked 14/5, 2014 at 17:16

3

Solved

While trying to capture a screenshot on Xcode V12.0.1 - the app screen turns to "Home screen" (of IOS) and a screenshot on the home screen is prodcued instead of the app screen. It was wo...
Baste asked 12/10, 2020 at 11:48

3

Solved

How to make a screenshot with python, if connected to multiple monitors? I tried: import sys from PyQt4.QtGui import QPixmap, QApplication app = QApplication(sys.argv) QPixmap.grabWindow(QApplica...
Dresden asked 4/8, 2011 at 12:5

© 2022 - 2024 — McMap. All rights reserved.