<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Programmatically take screenshot in IronRuby</title>
	<atom:link href="http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/</link>
	<description>nathaniel ritmeyer&#039;s thoughts on automated software testing</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:37:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nat</title>
		<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/comment-page-1/#comment-391</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=941#comment-391</guid>
		<description>Great stuff. I&#039;ve written a similar app in java before, now a .Net-dependent one in ironruby... but there still remains the problem of a multi-platform solution. A tool that takes a shot of every screen, not just the main one... It would be something very simple like:

ScreenShotApp.grab_and_save_to(&quot;c:\\screenshot.png&quot;)

which would also cope with:

ScreenShotApp.grab_and_save_to(&quot;/Users/nat/screenshot.png&quot;)

...etc...

On being called, it would figure out what platform it&#039;s running on and use the appropriate (and well-hidden-from-the-user) platform-specific code.

Any takers?</description>
		<content:encoded><![CDATA[<p>Great stuff. I&#8217;ve written a similar app in java before, now a .Net-dependent one in ironruby&#8230; but there still remains the problem of a multi-platform solution. A tool that takes a shot of every screen, not just the main one&#8230; It would be something very simple like:</p>
<p>ScreenShotApp.grab_and_save_to(&#8220;c:\\screenshot.png&#8221;)</p>
<p>which would also cope with:</p>
<p>ScreenShotApp.grab_and_save_to(&#8220;/Users/nat/screenshot.png&#8221;)</p>
<p>&#8230;etc&#8230;</p>
<p>On being called, it would figure out what platform it&#8217;s running on and use the appropriate (and well-hidden-from-the-user) platform-specific code.</p>
<p>Any takers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister Scott</title>
		<link>http://www.natontesting.com/2010/06/02/programmatically-take-screenshot-in-ironruby/comment-page-1/#comment-390</link>
		<dc:creator>Alister Scott</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.natontesting.com/?p=941#comment-390</guid>
		<description>Have you seen what Tim did on this?

http://altentee.com/2008/capturing-screenshots-in-watir/</description>
		<content:encoded><![CDATA[<p>Have you seen what Tim did on this?</p>
<p><a href="http://altentee.com/2008/capturing-screenshots-in-watir/" rel="nofollow">http://altentee.com/2008/capturing-screenshots-in-watir/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

