<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Watir</title>
	<atom:link href="http://watir.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://watir.com</link>
	<description>Web Application Testing in Ruby</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='watir.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4819a20ddc6905b8ef642ca3816ee002?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Watir</title>
		<link>http://watir.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://watir.com/osd.xml" title="Watir" />
	<atom:link rel='hub' href='http://watir.com/?pushpress=hub'/>
		<item>
		<title>Watir 1.6.5 Released</title>
		<link>http://watir.com/2009/11/16/watir-1-6-5-released/</link>
		<comments>http://watir.com/2009/11/16/watir-1-6-5-released/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:16:49 +0000</pubDate>
		<dc:creator>Alister Scott</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Watir]]></category>

		<guid isPermaLink="false">http://watir.com/?p=273</guid>
		<description><![CDATA[Version 1.6.5 For the latest version of release notes, please see http://github.com/bret/watir/blob/master/watir/NEWCHANGES New Features (Both IE and Firefox) Browser.attach is now available. Browser.options and Browser.set_options are now available. Add support for definition lists, this adds these methods: dd, dt, dl, dds, dts, dls. (Jarib) Hidden#visible? should always return false. (Jarib) New method execute_script. Add ElementCollections#size [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=273&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Version 1.6.5</h2>
<p>For the latest version of release notes, please see <a href="http://github.com/bret/watir/blob/master/watir/NEWCHANGES">http://github.com/bret/watir/blob/master/watir/NEWCHANGES</a></p>
<h3>New Features (Both IE and Firefox)</h3>
<ul>
<li>Browser.attach is now available.</li>
<li>Browser.options and Browser.set_options are now available.</li>
<li>Add support for definition lists, this adds these methods:
<ul>
<li>dd, dt, dl, dds, dts, dls. (Jarib)</li>
</ul>
</li>
<li>Hidden#visible? should always return false. (Jarib)</li>
<li>New method execute_script.</li>
<li>Add ElementCollections#size as alias of length. (Jarib)</li>
<li>Some camelCase =&gt; snake_case renames (with aliasing). (Jarib)
<ul>
<li>Image#fileCreatedDate =&gt; file_created_date</li>
<li>Image#fileSize =&gt; file_size</li>
<li>Image#hasLoaded? =&gt; loaded?</li>
<li>SelectList#getAllContents =&gt; options</li>
<li>SelectList#getSelectedItems =&gt; selected_options</li>
<li>SelectList#clearSelection =&gt; clear</li>
<li>SelectList#includes? =&gt; include?</li>
<li>TextField#dragContentsTo =&gt; drag_contents_to</li>
<li>Radio/Checkbox#isSet? =&gt; set?</li>
</ul>
</li>
<li>Patch for winclicker fix. h<a href="//jira.openqa.org/browse/WTR-279">ttp://jira.openqa.org/browse/WTR-279</a> (Derek Berner)</li>
<li>Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons. (Jarib)</li>
<li>Add support for  element. (Jarib)</li>
<li>Add support and tests for  element. (Jarib)</li>
<li>SelectList#select now supports Numeric arguments. (Jarib)</li>
<li>Additional inspect implementations for both IE and FF. (Jarib)</li>
<li>Added ElementCollections#{first,last}. (Jarib)</li>
<li>Fixes for running on Ruby 1.9. (Jarib)</li>
</ul>
<h3>Firefox Improvements</h3>
<ul>
<li>SelectList#set is now defined for Firefox. Like with IE, it is an alias for SelectList#select. [271]</li>
<li>Element collections are now enumerable. This allows methods such as @select@ and @map@ to be used with methods such as @divs@ and @links@.</li>
<li>FireWatir.attach is now available, analogous to IE.attach.</li>
<li>Some Javascript errors that were being ignored, now raise Ruby exceptions.</li>
<li>Added event handler which resets the context of document</li>
<li>Fix bug that occurred when new page was automatically loaded. (Angrez, 3ef8b6) when page gets loaded automatically (Angrez)</li>
<li>Changed code to use document_var, body_var, window_var, browser_var instead of &#8220;document&#8221;, &#8220;body&#8221;, &#8220;window&#8221;, &#8220;browser&#8221; variables. (Angrez)</li>
<li>Changed code to replace every quote (&#8220;) in xpath query with (\&#8221;) so that it doesn&#8217;t give error while executing the xpath query (Angrez)</li>
<li>Fire onchange event for FireWatir file fields. Closes WTR-286. (Jarib)</li>
<li>Fixes for running and closing Firefox on Mac OS X</li>
<li>Added functionality to allow Watir::Browser.attach with no arguments to open a new firefox window rather than taking over the existing focused window (Rob Aldred)</li>
<li>Also modified some setup functions to correctly handle closed browsers, browserless windows and others (Rob Aldred)</li>
<li>Add test and implementation for Firefox#status h<a href="//jira.openqa.org/browse/WTR-250">ttp://jira.openqa.org/browse/WTR-250</a> (Jarib)</li>
<li> Two problems fixed with .click (jubishop)</li>
<li>When chaining together element calls the @container becomes an HTMLElement, but there&#8217;s no container_var defined for HTMLElement</li>
<li>When an &lt;a tag has no href then element_type was returning nil.</li>
<li>Fix bug in Firefox#document. change creating error class by eval in jssh socket to creating class with ruby.</li>
</ul>
<h3>IE Improvements</h3>
<ul>
<li>Allow attach timeout to be accessed as an option. Thus:
<ul>
<li>IE.set_options :attach_timeout =&gt; 5.0</li>
<li>This was previously available as class method.</li>
</ul>
</li>
<li>Fix for Autoit auto-registration. (Bret)</li>
<li><a>Fix for Autoit auto-registration. (Bret) </a></li>
<li><a>Fix for IE6, 7 and 8 file downloads. (Željko Filipin &amp; Jarmo Pertman)</a></li>
<li><a>Replaced REXML with Nokogiri for xml parsing. (Aidy Lewis)</a></li>
<li><a>Option now supports :label attribute http://jira.openqa.org/browse/WTR-297</a></li>
<li><a>Patch for IE.close causing WIN32OLE errors http://jira.openqa.org/browse/WTR-304 (Tony)</a></li>
<li><a>Watir::IE.inspect issue fixed: http://jira.openqa.org/browse/WTR-180 (Jarib)</a></li>
<li><a>Fix for Browser#execute_script on IE7. (Jarib)</a></li>
<li><a>Removed ActiveSupport dependency. (Jari</a></li>
</ul>
<h3>Structure Improvements</h3>
<ul>
<li><a>Lots of rework of the FireWatir code, including removing duplication and</a><a> dead code, renaming variables, and simplifying code. Also a few performance</a><a>improvements.</a></li>
<li><a>Rename source file names for consistency.</a></li>
</ul>
<h3><a>Unit Tests</a></h3>
<ul>
<li><a>Add tests demonstrating known bugs.</a></li>
<li><a>Make the &#8220;window&#8221; tests run more reliably.</a></li>
<li><a>Relocate unreliable tests.</a></li>
<li><a>Tag tests that are known to fail on IE or Firefox.</a></li>
<li><a>Fixed one test that was failing on non-English platforms. (Jarib)</a></li>
<li><a>New Rake task (:test) runs all tests.</a></li>
<li><a>Use ci_reporter to provide more detailed test results for watirbuild.com</a></li>
<li><a>Use xls transform to format results.</a></li>
<li><a>Add WatirSpec submodule + load it in Rakefile if available. (Jarib)</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/watir001.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/watir001.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/watir001.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=watir.com&amp;blog=8129638&amp;post=273&amp;subd=watir001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://watir.com/2009/11/16/watir-1-6-5-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/344eed26ff913de38b45620d18eed695?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">eclectic</media:title>
		</media:content>
	</item>
	</channel>
</rss>