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.

223 questions
0
votes
2 answers

Whole page screenshot, Java

Here is my problem - I have a desktop application written in JavaFX. I need to show a full-screen webpage to an user and save the rendered page as PNG. I need to save the whole page (e.g. resolution 1920×3500). Now I'm using Selenium and Firefox to…
honzzyk
  • 149
  • 1
  • 7
0
votes
1 answer

Unable create Screenshot of Craiglist with PhantomJS on Digital Ocean

Have a very strange problem. Since 1-2 weeks I am unable to create screenshots of a Craigslist pages with PhantomJS on Digital Ocean. Does anybody have any idea what the issue could be and why it does not work anymore? It always worked fine before…
janober
  • 185
  • 2
  • 7
0
votes
1 answer

Why does view.layer.renderInContext() take higher amount of temporary memory for same size screenshot

I am trying to take a screenshot of webView of fixed size and fixed height. The web view can render any webSite . I notice that depending on the website that is rendering the temporary memory used by the webView.layer.renderInContext is way higher.…
shrutim
  • 952
  • 2
  • 11
  • 21
0
votes
1 answer

PhantomJS image captures images of different dimensions despite constant page content

I am trying to use PhantomJS image capture to capture the image of the browser. Each time I run the image capture function, the dimensions of the image is slightly different. Example, once I get 1400x5185, if I open the same url after few hrs, I get…
Jayant
  • 23
  • 4
0
votes
3 answers

Screenshot of InAppBrowser?

I want to create a screenshot of the InAppBrowser with PhoneGap. I've searched a lot, but I found nothing. Is this even possible? My targets are: iOS and Android
blez
  • 4,645
  • 5
  • 45
  • 77
0
votes
1 answer

How to take a screenshot of entire web page using VC++ 2010?

Is there a way to take a screenshot of entire webpage using VC++ Win32 application.
0
votes
1 answer

How can I programmatically create screenshots of a web page on my localhost to generate a workflow-screencast?

To document my webdesign process i want to take a screenshot with a timestamp of a page on my localhost on every reload of the page or when i save the html document or the stylesheet. i use grunt as a task runner and the headless browser phantomjs…
0
votes
1 answer

Is PagePeeker updating the "screenshot" anytime? (used in TimelineJS)

I have implemented TimelineJS on my site, Pixic.se, using data from mySQL database and format it through PHP. Everything is working fine. But there is a feature in TimelineJS called PagePeeker, which is rendering a screenshot of links that aren't…
Pixic
  • 1,335
  • 1
  • 16
  • 28
0
votes
5 answers

How do you take a full webpage screenshot on a Windows computer?

Hi How I can take a full screenshot of webpage on a Windows computer using any browser? Whenever I take screenshot with PrintScreen it take screenshot of only displaying page, but I want screenshot of full page in height. Is it possible we can take…
0
votes
0 answers

Elements not placed in proper order in the image taken of a web page

I have a web page and i have three images arranged in three different divs. My web page looks like this: Now i have created image by passing the url of my page in Java The code which i have used is:- public class TestClass { /** * @param…
0
votes
1 answer

Error in displaying the image of the screenshot of a webpage

I've the code which takes the screen shot of the specified div tab. But I'm encountering the problem to display it as .png file from base64 format Here is my code. It has two separate files 1) Download.php
0
votes
2 answers

search get result empty fields

i have an question about a command that won't give Notice: Undefined index: q in C:\xampp\htdocs\Capstone - Copy\index.php on line 118 even if the field is empty i have this code for the site that's the only problem where if i don't put a value in…
0
votes
2 answers

phantomjs render_multi_url.js modify output filenames

I'm trying to modify this script: https://github.com/ariya/phantomjs/blob/master/examples/render_multi_url.js so that instead of "rendermulti-1.png (and so on)" the output files will be named for the web pages they are caps of. Here's what I tried.…
0
votes
1 answer

Screenshot local page with Selenium and PhantomJS

I am using Selenium with PhantomJS as the webdriver in order to render webpages using Python. The pages are on my local drive. I need to save a screenshot of the webpages. Right now, the pages all render completely black. The code works perfect on…
0
votes
4 answers

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 well. Google chrome has device dimension setting…
Reaz Patwary
  • 776
  • 2
  • 6
  • 22
1 2 3
14
15