Questions tagged [webpage-screenshot]

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.

Screenshots can be used to demonstrate a program, a particular problem a user might be having, or generally when display output needs to be shown to others or archived. For example, after being emailed a screenshot, a Web page author might be surprised to see how his page looks on a different Web browser and can take corrective action.

241 questions
1
vote
1 answer

Selenium - screenshot images taken by headless server are mangled

I am using selenium webdriver (Python version) to take images of a web page after it loads. When I go to a page and save an image using a python script on my local computer, it looks fine. However, I am running the script on a server and there the…
user3421410
  • 337
  • 1
  • 3
  • 10
1
vote
1 answer

Snapshot HTML pages then convert to image using node.js and phantom

I'm trying to create an image snaphot of my website using node-weshot which depends on phantomjs. It work as expected on my local machine, but when I deploy it on a live server. It just keeps firing the callback saying that image is generated. But…
Ryan
  • 151
  • 3
  • 11
1
vote
1 answer

Have a screen shot taken of a certain page in a specific time interval and stored on same server

I currently have a php script which displays real time information and is updated whenever the page is refreshed ( it is automatically refreshed every 30 minutes ). Is there a php script or something server side which will have it screen shot the…
1
vote
0 answers

EXPORTING A MAP REPORT TO EXCEL OR PDF

i am an Brasilian Web Developer, and i am making an report of phone calls geolocation in an virtual PABX ( asterisk ), already working fine with google maps API V3. OBJECTIVE Export this report into a PDF or Excel, so i am thinking in turn the map…
1
vote
0 answers

Taking a screenshot with C# WebBrowser doesn't work properly on windows server 2012

I've written a function that uses WebBrowser to get a screenshot of a web page in my C# MVC application(this is the reference of the code that I used http://www.codeproject.com/Articles/95439/Get-ASP-NET-C-2-0-Website-Thumbnail-Screenshot). In more…
1
vote
1 answer

How to save screenshot of arbitrary web element using scripting language like Ruby

There is a web page with some svg graphs on dynamically generated. To make the situation more complicated - most of these graphs are displayed as jQuery pop ups on click or on hover. The task is to navigate to this page programmatically, scrap all…
Alex F
  • 273
  • 4
  • 13
1
vote
1 answer

Capture Screenshot of entire Scrolling Webpage using C#

I need to Capture Screenshot of entire Scrolling Webpage using C#.By entire Webpage I mean even the non-visible parts of the webpage visible on scrolling down. I can capture Screenshot of a new URL/Browser using Windows Form's WebBrowser but I want…
Samrat Dutta
  • 11
  • 1
  • 2
1
vote
0 answers

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 another site hosted to the same server: Loading page…
Sotos Kprs
  • 11
  • 3
1
vote
1 answer

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 11.51 might grab the screen correctly. Any ideas why…
Pixie
  • 412
  • 1
  • 8
  • 26
1
vote
0 answers

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 application is run on my local computer (Windows 7) and I…
Prostak
  • 3,565
  • 7
  • 35
  • 46
1
vote
0 answers

Take a Screen Shot with the help of JavaScript or jQuery?

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 jQuery, and also set that image another window background on…
user2029716
  • 81
  • 2
  • 3
  • 5
1
vote
0 answers

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 the webpage to save the content (including all…
1
vote
1 answer

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. Any idea will be appreciated.
Kuzgun
  • 4,649
  • 4
  • 34
  • 48
1
vote
0 answers

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 load, and thus the script holds up waiting for a…
Fal-Cone
  • 345
  • 1
  • 4
  • 16
1
vote
3 answers

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. case R.id.settings_capture: …
Jaison Brooks
  • 5,816
  • 7
  • 43
  • 79