<?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/"
	>

<channel>
	<title>Nat On Testing &#187; Firefox</title>
	<atom:link href="http://www.natontesting.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natontesting.com</link>
	<description>nathaniel ritmeyer&#039;s thoughts on automated software testing</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to show all cookies for a page</title>
		<link>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/</link>
		<comments>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/#comments</comments>
		<pubDate>Wed, 12 May 2010 23:22:31 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Making Life Easier]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=907</guid>
		<description><![CDATA[It&#8217;s not always that you can test a website from the comfort of Firefox + Firebug + FireCookie. When you have to use another browser where checking cookies isn&#8217;t so much fun (er&#8230; that&#8217;s all of them but firefox), you &#8230; <a href="http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2010/05/12/how-to-show-all-cookies-for-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons from a watir success story</title>
		<link>http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/</link>
		<comments>http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 16:01:12 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Test Management]]></category>
		<category><![CDATA[Test::Unit]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=623</guid>
		<description><![CDATA[There aren&#8217;t enough UI test automation success stories documented on the net, so here&#8217;s my contribution. This post is about  how we started with zero automated UI testing capability, and how a couple of months later we had the capability &#8230; <a href="http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/12/19/lessons-from-a-watir-success-story/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Watir&#8217;s @browser.url returning the previous page&#8217;s url</title>
		<link>http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/</link>
		<comments>http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:47:33 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>
		<category><![CDATA[Fix]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=474</guid>
		<description><![CDATA[I&#8217;ve come across a page which, when I navigate to it and ask it for it&#8217;s url (using @browser.url) gives me the previous page&#8217;s url. Very frustrating. To get around this, you can use direct DOM manipulation. Here&#8217;s a call &#8230; <a href="http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/09/21/watirs-browser-url-returning-the-previous-pages-url/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kill process by name using Ruby on Windows</title>
		<link>http://www.natontesting.com/2009/09/21/kill-process-by-name-using-ruby-on-windows/</link>
		<comments>http://www.natontesting.com/2009/09/21/kill-process-by-name-using-ruby-on-windows/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:27:45 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=455</guid>
		<description><![CDATA[Though it is possible in ruby to kill a process by its ID in ruby, it isn&#8217;t possible to kill processes by name, I guess because it would work differently across operating systems. This is a pain when using watir/firewatir, &#8230; <a href="http://www.natontesting.com/2009/09/21/kill-process-by-name-using-ruby-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/09/21/kill-process-by-name-using-ruby-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exception class/object expected (TypeError) on starting FireWatir</title>
		<link>http://www.natontesting.com/2009/09/05/exception-classobject-expected-typeerror-on-starting-firewatir/</link>
		<comments>http://www.natontesting.com/2009/09/05/exception-classobject-expected-typeerror-on-starting-firewatir/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:47:42 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Exceptions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=403</guid>
		<description><![CDATA[If you get the following&#8230; /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:1078:in `raise': exception class/object expected (TypeError) from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:1078:in `js_eval' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:195:in `get_window_number' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:162:in `initialize' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:177:in `new' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/firefox.rb:177:in `start' &#8230;the problem is that firefox is already running, probably with a dialog box open. &#8230; <a href="http://www.natontesting.com/2009/09/05/exception-classobject-expected-typeerror-on-starting-firewatir/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/09/05/exception-classobject-expected-typeerror-on-starting-firewatir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a form by xpath in Firewatir causes &#8216;Stack Level Too Deep&#8217;</title>
		<link>http://www.natontesting.com/2009/09/04/finding-a-form-by-xpath-in-firewatir-causes-stack-level-too-deep/</link>
		<comments>http://www.natontesting.com/2009/09/04/finding-a-form-by-xpath-in-firewatir-causes-stack-level-too-deep/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:00:08 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=388</guid>
		<description><![CDATA[If in a firewatir script you look for a form using xpath, you&#8217;ll get the following output: SystemStackError: stack level too deep from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/htmlelements.rb:72:in `locate' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/MozillaBaseElement.rb:1012:in `exists?' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/MozillaBaseElement.rb:965:in `assert_exists' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/MozillaBaseElement.rb:1403:in `method_missing' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/htmlelements.rb:75:in `locate' from /Library/Ruby/Gems/1.8/gems/firewatir-1.6.2/lib/firewatir/MozillaBaseElement.rb:1012:in `exists?' &#8230; <a href="http://www.natontesting.com/2009/09/04/finding-a-form-by-xpath-in-firewatir-causes-stack-level-too-deep/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/09/04/finding-a-form-by-xpath-in-firewatir-causes-stack-level-too-deep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to quit Firefox using FireWatir on a Mac</title>
		<link>http://www.natontesting.com/2009/08/29/how-to-quit-firefox-using-firewatir-on-a-mac/</link>
		<comments>http://www.natontesting.com/2009/08/29/how-to-quit-firefox-using-firewatir-on-a-mac/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 13:07:03 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=371</guid>
		<description><![CDATA[There seems to be a bug in the way that FireWatir on the mac quits firefox&#8230; it doesn&#8217;t! When you try, you end up with a dialog box saying: Close Firefox A copy of Firefox is already open. Only one &#8230; <a href="http://www.natontesting.com/2009/08/29/how-to-quit-firefox-using-firewatir-on-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/08/29/how-to-quit-firefox-using-firewatir-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Firewatir visible? method</title>
		<link>http://www.natontesting.com/2009/08/10/fix-for-firewatir-visible-method/</link>
		<comments>http://www.natontesting.com/2009/08/10/fix-for-firewatir-visible-method/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:07:34 +0000</pubDate>
		<dc:creator>Nat</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Example Code]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WATIR]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firewatir]]></category>
		<category><![CDATA[Fix]]></category>

		<guid isPermaLink="false">http://www.natontesting.com/?p=251</guid>
		<description><![CDATA[The visible? method in the ruby Firewatir 1.6.2 gem isn&#8217;t great. After some hunting around, I ended up here and found a working monkeypatch. Here&#8217;s the code: class Element def visible? assert_exists jssh_command = &#34;var val = 'true'; var str &#8230; <a href="http://www.natontesting.com/2009/08/10/fix-for-firewatir-visible-method/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.natontesting.com/2009/08/10/fix-for-firewatir-visible-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

