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
2 answers

How did fogbugz implement its screenshot feature?

Does anyone know how FogBugz implemented the "taking a screenshot of the current work screen" feature? Is this done purely via php? Perl? A flash script?
une6
  • 11
  • 1
  • 3
1
vote
0 answers

Java, Spring : Anyway to capture screenshot of User's browser at given time

I am working on a Spring-MVC project running on a Debian server, in which currently we are using html2canvas for taking screenshots of the Users browser. Due to some changes in our front-end architecture, html2canvas is no longer suitable for us..…
We are Borg
  • 5,117
  • 17
  • 102
  • 225
1
vote
2 answers

How to add a text to taken screenshot in Selenium WebDriver?

My question might be a little bit reckless, but I would like to know if anybody had an experience with adding a text to a taken screenshot using Selenium WebDriver or any other Java library? Currently I'm utilizing: File screenShotFile =…
TiredOfProgramming
  • 845
  • 2
  • 16
  • 41
1
vote
1 answer

Watir screenshot - select options not captured

We use watir scripts to test our website. When testing pages with select tags, we have watir click the select element and can see the options display in the browser. When we take a screenshot, the output does not match what we see in the browser -…
1
vote
1 answer

PHP code in localhost not working in server - with phantomjs

I am using a php script from github to capture screenshot of a website. Its working fine in localhost. But not working after uploading the same code to my server (linux hosting). I tried uploading to multiple servers. None of them worked. No error…
Gijo Varghese
  • 11,264
  • 22
  • 73
  • 122
1
vote
1 answer

Automatic website screenshots for Web app?

Is there a way to take automatic screenshots of a web page (by specifying its URL) in a web app using PHP or Ruby on Rails? Perhaps using a plugin or some external REST service. I've researched a lot, and nothing seems to fit except something like…
amfeng
  • 1,065
  • 5
  • 17
1
vote
1 answer

screenshot-grabbing email tool

I have a web site with various graphs embedded in it that are generated externally. Occasionally those graphs will fail to generate and I would like to catch that when it happens. These graphs are embedded in multiple pages and I would rather not…
Sarah Vessels
  • 30,930
  • 33
  • 155
  • 222
1
vote
0 answers

Generate image from dynamically created html from controller to view side, HOW?

I Have a page where i am getting dynamically generated html part. $viewData['html'] = '
1
vote
0 answers

How to fire phantomjs/casperjs scripts on my VPS from an external website (sharedhosting) and let phantomjs send a file back

First a summary of the question before going into detail: Is it possible to send a (cors)request to an external dedicated server running phantomjs/casperjs which in return makes a screenshot of the requested url and send the screenshot back?…
1
vote
1 answer

Full Page Screenshots in Retina Quality using Ruby

I'm struggling to find a solution to this, having tried many options. My ideal goal is to be able to screenshot Grab a specific CSS element Grab the full height of the element (even if longer than the height of the page) Wait for any assets…
Chris
  • 1,054
  • 2
  • 12
  • 24
1
vote
2 answers

How to capture sceenshot of URL request with POST data in PHP

I use PHP script to send POST DATA variables to URL and then URL responses a HTML string. How can I capture screenshot of HTML string above as it's displayed on browser. It is the best solution if i don't need send 2 POST requests, one for HTML…
Huy - Logarit
  • 634
  • 8
  • 13
1
vote
3 answers

Server A need to make a screenshot of website B

I want to make a screenshot from another page on different domain/server and display it on the current page. I thought to do it with an iframe but get problems with the viewport (doesn't fit the whole page in it, say 350px width). So I can't use…
Janis
  • 53
  • 1
  • 7
1
vote
1 answer

captureVisibleTab returning undefined

captureVisibleTab [docs] doesn't appear to be working for me in my Google Chrome extension, I've been trying to get it running in a browser action based extension but the image returned is undefined every time. I then downloaded the example created…
1
vote
1 answer

Is there any Windows Phone website emulator/screenshotter?

I'm using Browsershots, BrowserStack and Sauce Labs to test websites in different browsers. But none of these provides Windows Phone emulator. Is there any online (both free or paid) website, which provides the Windows Phone emulator for testing…
1
vote
1 answer

Responsive website screenshot with Pageres with URLs from a text file

I am trying to use pageres(https://github.com/sindresorhus/pageres) module to take screenshots of my website in different resolutions. It works fine when I provide the URL and the size in command line but it doesn't work when I have my urls in a…
aspnetdeveloper
  • 629
  • 1
  • 7
  • 16