Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's not quite clear how you want to use this. A couple of use cases come to mind:</p> <ol> <li><p>Occasionally, in your own browser. Use Windows screen capture (Alt-printscreen), paste into a graphics editor (Paint.NET), and crop.</p></li> <li><p>Often, in your own browser. Install a browser plugin like IECapt <a href="http://iecapt.sourceforge.net/" rel="nofollow noreferrer">http://iecapt.sourceforge.net/</a> or FireShot <a href="https://addons.mozilla.org/en-US/firefox/addon/5648/" rel="nofollow noreferrer">https://addons.mozilla.org/en-US/firefox/addon/5648/</a></p></li> <li><p>Programmatically, in your own browser. Use win32 api calls to get a screenshot, crop and save. ?Linux equivalent?</p></li> <li><p>For a developer, to get testing screenshots on their own machine or a test machine. Selenium RC <a href="http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-screenshot/" rel="nofollow noreferrer">http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-screenshot/</a></p></li> <li><p>For a user, in their own browser:</p> <ul> <li><p>Instrument the javascript to report thumbnail positions back to the server; write server-side code to recreate the image, give the user a 'save image as' button to download it.</p></li> <li><p>use an ActiveX control (Snapsie <a href="https://github.com/nirvdrum/SnapsIE" rel="nofollow noreferrer">https://github.com/nirvdrum/SnapsIE</a> ) (WebThumb <a href="http://www.acasystems.com/en/web-thumb-activex/" rel="nofollow noreferrer">http://www.acasystems.com/en/web-thumb-activex/</a> ) - need permission to run, IE only</p></li> <li><p>use a Java applet (SnapABug <a href="http://www.barklund.org/blog/2009/10/14/how-snapabug-works/" rel="nofollow noreferrer">http://www.barklund.org/blog/2009/10/14/how-snapabug-works/</a> ) - need permission to run</p></li> <li><p>use nonstandard, unsecure javascript extensions? <a href="https://developer.mozilla.org/en/Drawing_Graphics_with_Canvas#section_9" rel="nofollow noreferrer">https://developer.mozilla.org/en/Drawing_Graphics_with_Canvas#section_9</a> - looks like maybe you can grab part of the webpage and roll it over to a canvas? Then <a href="http://www.nihilogic.dk/labs/canvas2image/" rel="nofollow noreferrer">http://www.nihilogic.dk/labs/canvas2image/</a> to save it as a file.</p></li> </ul></li> </ol> <p>Some related questions:</p> <ul> <li><a href="https://stackoverflow.com/questions/60455/take-a-screenshot-of-a-webpage-with-javascript">Take a screenshot of a webpage with JavaScript?</a></li> <li><a href="https://stackoverflow.com/questions/816704/save-an-image-with-selenium-firefox">save an image with selenium &amp; firefox</a></li> <li><a href="https://stackoverflow.com/questions/1981670/programmatically-get-screenshot-of-page">Programmatically get a screenshot of a page</a></li> <li><a href="https://stackoverflow.com/questions/2046812/javascript-to-take-a-screenshot-of-a-website-without-using-activex">JavaScript code to take a screenshot of a website without using ActiveX</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload