A screen dump, screen capture (or screencap), screenshot (or screen shot), screengrab (or screen grab), or print screen is an image taken by the computer user to record the visible items displayed on the monitor, television, or another visual output device.
0
votes
2answers
69 views
Automated Screenshot Taking API
In Our company, we need to take screenshot of entire web site map, doing manually this job is a big pain. I have used Webdriver API (Selenium 2) to take screenshot on Browser but we have mobile web as ...
0
votes
0answers
35 views
wkhtmltoimage - trying to get thumbail from site hosted in the same ip
I'm trying to get site thumbnails using wkhtmltoimage
It seems to be working except from sites that are being hosted in the same ip
This is what i get from shell when requesting a thumbnail from ...
0
votes
1answer
80 views
Taking a website snapshot with PHP [duplicate]
Hello folks and friends from SO!
This is for the development of a web spider. We basically need to take a snapshot of a certain website. We would have the full URL, and as well the source code, ...
0
votes
1answer
81 views
How to take a screenshot, crop it, and upload it as an image on a web form? [duplicate]
How to take a screenshot, crop it, and upload it on a web form?
Is this possible with using web technologies (js/jquery or some other).
Or whether it can be glued with some other desktop software ...
0
votes
0answers
59 views
UFT 11.51 - Screenshots sometimes black
I have this issue that SOMETIMES my screenshots are a big black image of the correct resolution of what´s going on during the automation.
This is pretty random though, as in other executions UFT ...
0
votes
0answers
53 views
What is the best api or platform to use for faster screen or desktop sharing? [closed]
I am developing a web application which has to do screen sharing. I don't want to use java applet as we know java applet are more vulnurable to hackers and most of the users are disabling java in ...
1
vote
3answers
92 views
Save HTML Canvas as an image without client browser
I generate an image on a few overlapping canvases when a page is loaded (without user-interaction), but that does take ~3 seconds to fully draw. I want to flatten these canvases, and convert this ...
0
votes
1answer
119 views
Webdriverjs selenium2 from Nodejs - correct syntax for taking screenshot
Reading up on https://code.google.com/p/selenium/wiki/WebDriverJs, what is the correct way of taking a screenshot when running a chromebrowser from selenium via webdriverjs?
I have the stand-alone ...
5
votes
1answer
209 views
Taking a screenshot of a single page app in with Javascript
Background
I run UI tests on an application I work on by simulating user input with JS. The JS runs a bunch of mouse and keyboard triggers in sequence on an iframe in which the tested app is running ...
1
vote
0answers
240 views
PIL ImageGrab screenshot doesn't show all visible applications
import ImageGrab
ImageGrab.grab().save("my_screenshot.jpg", "JPEG")
I have an application. This application is primarily QT which, in certain states, has embedded html elements. When this ...
0
votes
0answers
68 views
screenshot and send to form field upload on a website with javascript
I would like to know if it's possible to create a simple aplication where the user can take a screenshot of anything on the computer but with a limited selection size, for example 400x400 pixels.
...
1
vote
1answer
223 views
WebBrowser control does not render some pages
I'm working on a application that hosts WebBrowser control and saves web page screenshots.
(C#, VS2008, IE 9, Vista. all up to date. FEATURE_BROWSER_EMULATION is set to 0x2328)
The application takes ...
-1
votes
1answer
81 views
How to save screen shot of a web page?
I want to save screen shot of a web page.But I don't know how.Just like the app delish.In delish ,when i add a bookmark ,the app capture the website and save it such as p5.delish.I guess the ...
2
votes
3answers
150 views
How do I capture a screenshot if my nosetests fail?
I am running selenium webdriver tests with nosetests. I want to capture a screenshot whenever nosetests fail. How can I do it in the most effective way, either by using webdriver, python or nosetests ...
1
vote
0answers
401 views
Take a Screen Shot with the help of JavaScript or jQuery? [duplicate]
Possible Duplicate:
generating a screenshot of a website using jquery
How to take screen shot of a div with JavaScript?
i Want take a screen shot of entire web page using JavaScript or ...
0
votes
0answers
26 views
Web page to acquire screenshot of itself?
for user feedback I'd need a possibility to take screenshot of page "from itself", e.g., by pressing some button. The file would be sent to some error reporting service.
Any ways it can be done?
...
1
vote
0answers
121 views
html5 save edited content as image or pdf
(I'm new to this)
I want to create a html5 page/application with text boxes to be filled out.
My objective is that once the user has completed filling out the empty fields they can hit one button on ...
1
vote
2answers
156 views
How to take screenshot of a URL from a web form in asp.net?
Is there a way to do this without any exe files or 3rd party things? I cannot use windows form components in web application and I am in need of taking screenshots of different URLs programmatically. ...
0
votes
1answer
146 views
How to screenshot a webpage programmatically?
On a linux server, is there any existing package that can be used to take a screenshot of a web page?
I basically want to screenshot local HTML output, so I figured I'd have an internal URL structure ...
0
votes
0answers
214 views
Selenium with Chromedriver: mimicking page_load_timeout
Attempting to scrape webpages using Selenium webdriver, and screenshotting pages with flash elements by using chromedriver.
Downside is, Pages I scrape might encounter elements that never, ever ...
1
vote
1answer
647 views
Phantomjs Works but SLOW
I am trying out taking a screenshot of a webpage with phantomjs. Specifically, I am using the example of capturing espn.com from this example. My code looks like this:
var page = new WebPage();
...
0
votes
3answers
121 views
Create Specific Location for Webview captured JPG image
Ok so im trying to figure out how i can tweak this code to be able to save the image instead of /sdcard i want to save it somewhere like /sdcard/folder/Screenshot_xxxxx.jpg ,
Here is the code below.
...
0
votes
1answer
271 views
python mechanize code to get webpage screenshot - but form submit NOT WORK
I browsed to this site: http://ctrlq.org/screenshots/ and found out that the form on this page can give the webpage screenshot of any URL we give it.
Now, I want to to try the same using mechanize to ...
0
votes
2answers
202 views
How to take WPF Screenshot with WebPage embedded
I have a WPF application. The application has 2 web pages embedded in it. When I do take the screenshot, i get the whole application except for the embedded web pages.
I need to take screenshot ...
0
votes
1answer
307 views
How to convert the whole html page in to an image with filled controls?
Here the difficulty is that i also need the texts that has been filled by the user in html controls.
It will be appreciative if HTML5 or JavaScript is used.
-1
votes
2answers
668 views
How to take a screenshot of a div with Javascript, PHP, flash or something else? [closed]
I need to take a screenshot of an html div but i don't know how to do that.
I found on this forum a lot of topics where people speaks of html2canvas : http://html2canvas.hertzen.com/ But there is no ...
1
vote
0answers
141 views
How to screenshot the current webpage in an IE extension
So far, we've accomplished taking a screenshot of the current page with extensions for Firefox, Safari and Chrome - which were all more or less easy. However there doesn't seem to be any official ...
0
votes
1answer
67 views
visual comparision of pages in different browsers
I want to test my html page visually in every browser like chrome FF and IE, like the position of all the elements and padding and margin in the page is correct or not.
Now what I am doing is I ...
0
votes
1answer
205 views
Taking snapshots of different webpages using selenium in java
I have a list of URLs and I need to take their snapshots .
I am running selenium server using cmd and running following code in eclipse.
package com.example.tests;
import ...
4
votes
1answer
404 views
Taking web page screen shot in Windows 8 Metro app
I'm trying to take screen shot of web page in Windows 8 Metro app. So far the only helpful control is the WebView. Unfortunately it does not contain any method like DrawToBitmap (known from Forms ...
1
vote
3answers
527 views
Chrome Extension - Take screenshot from a URL without showing the page in a tab
My chrome extension is intended to periodically take screenshot from a web URL, and update some local disk data. I know how to do it by opening a new tab and taking the screenshot of it. But is there ...
2
votes
6answers
410 views
Is it possible to take a screenshot of the rendered DOM on the server side?
In my web app, the user can create some HTML/CSS markup that is saved in my database. I would like to offer a 'thumbnail' for that markup, for example in the overview view.
Since the thumbnail should ...
1
vote
1answer
237 views
Write an automated web-page screen-shotter
I found very interesting idea to realise. In our company we have a PC for CSS coder, with 17 different browser version. So I wonder if it is possible to write something like automated screen shotter.
...
1
vote
1answer
2k views
Screenshots using Selenium-RC with JUnit, Java & Eclipse
I need to take screenshots in Selenium-RC (JUnit, Eclipse & Java). I want to take screenshots anywhere I want and not just on test failure. Thanks in advance.
1
vote
4answers
1k views
Is there a way to run c# forms application without showing a gui window (like a console application)
Is there a way to run c# forms application without showing a gui window (like a console application). I'm trying to take screen shorts of webpages loaded into a webkit.net control.
Everything works ...
1
vote
2answers
243 views
Can I create a Chrome extension or a Firefox plugin that take screen shots of web pages?
I am a web developer/aspiring web designer who looks at a lot of web design examples. While I bookmark them, text links are a pretty bad way for me to keep track of designs I like. I am planning to ...
0
votes
2answers
1k views
screenshot of a webpage using asp.net without any exe
Is tat possible to get a screenshot of a webpage using asp.net without any exe?
If so please provide me some details or links.
Note: Since my hosting provider doesn't allow exe's to run, I can't use ...
0
votes
1answer
818 views
Is there any tool to automatically capture screenshots of running ad campaigns?
Objectif would be to monitor a bunch of websites and automatically take screenshots when a specific ad tag is called (previously defined, belonging to a new campaign)
1
vote
1answer
108 views
Previous page screenshot preview
I have a web application in asp.net and C#.
I have three step registration process in which in the end I have to show the preview of all three different pages.
Is it possible to capture previous ...
0
votes
1answer
226 views
Taking screenshots of a page while its loading using Selenium WebDrivers
I have started using Selenium WebDrivers to automate some performance testing. I found out that we could take screenshots of a page after the page has completed loading using WebDrivers: ...
7
votes
4answers
1k views
How to take screenshot of a website with Rails 3.1? — without using a service
Almost every answer I've found references using some existing service. Is there a way to do this using Rails 3.1 programmatically? This was dead easy to do with PHP (there are prebuilt libraries in ...
1
vote
1answer
426 views
GeckoFX WebBrowser page height and width
Does anyone know how I get the full page height and width in GeckoFX?
In the IE WebBrowser object, I can look at WebBrowser.Document.Body.ScrollRectangle.
(The objective here is to take a screenshot ...
-1
votes
3answers
403 views
How do i prevent from printscreen of my webpage? [duplicate]
Possible Duplicate:
Taking screenshot of a webpage programmatically
How can i disable print screen for a web page in all browser
Is there any possibilities to prevent printscreen for a ...
1
vote
2answers
1k views
Selenium2: Taking screenshots with selenium grid 2
Is it possible to take screenshots using selenium grid 2? The RemoteWebDriver class does not implement the TakesScreenshot interface.
Mark
1
vote
1answer
984 views
screenshot from webview
I'm trying to take a screenshot of content of my WebView. I creare a bitmap and then create canvas from this bitmap, then I call method drawPage(canvas) inside onPageFinished() (that is a callback ...
0
votes
1answer
222 views
Use captureVisibleTab without manifest permissions
Is there a way to use captureVisibleTab without setting the http:/// and https:///" , ":///* permissions.
0
votes
1answer
96 views
Trying to gran a screenshot of a tube website takes forever
using the code in Python Webkit making web-site screenshots using virtual framebuffer
as it is to take a screenshot of a random tube video and it just takes on forever plus it just eats up all my ...
0
votes
2answers
175 views
Mouse disappers when screenshot of a webpage is clicked
I have developed a chrome extension which takes screenshots of webpages. I have noticed that when I take screenshots of some pages, the mouse in the screenshot disappears. Therefore I am not able to ...
2
votes
0answers
331 views
Google Webpage Screenshot Preview API
Is there a way to access the google search api, with its repository of website screenshots?
0
votes
4answers
475 views
Getting screenshots of web pages
I have a website that i need to add a function that every time the user navigates to another page a screenshot of the page should be taken so i can use them latter.
I need this to be ...



