<?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: Automating web tests with FitNesse and Selenium</title>
	<atom:link href="http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/</link>
	<description>The Quest for Software++</description>
	<pubDate>Wed, 07 Jan 2009 14:44:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fitnesse</title>
		<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/comment-page-1/#comment-38052</link>
		<dc:creator>Fitnesse</dc:creator>
		<pubDate>Thu, 18 Dec 2008 17:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/#comment-38052</guid>
		<description>Hi,

  I am new to Fitnesse..
  I have a question ,Can anyone help me ...

I am trying to test a web application .the application is developed in dotnet. The application supports only IE . i am not able to open it in firefox,so I am not able to use selenium IDE.. In this case how to get the links and xpath of the element.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  I am new to Fitnesse..<br />
  I have a question ,Can anyone help me &#8230;</p>
<p>I am trying to test a web application .the application is developed in dotnet. The application supports only IE . i am not able to open it in firefox,so I am not able to use selenium IDE.. In this case how to get the links and xpath of the element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/comment-page-1/#comment-37073</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Fri, 21 Nov 2008 16:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/#comment-37073</guid>
		<description>Hi Gojko

I'm not sure if you want purely Selenium related stuff in this thread but I am including a link to a google spreadsheet of the Selenium Api that Keith Sterling of Magnetic Reason collated as a result of the general lack of documentation on Selenium.

http://spreadsheets.google.com/ccc?key=pq3bDQaoQ3jphqQfHrfKRYw

It's already proved invaluable to me several times over.</description>
		<content:encoded><![CDATA[<p>Hi Gojko</p>
<p>I&#8217;m not sure if you want purely Selenium related stuff in this thread but I am including a link to a google spreadsheet of the Selenium Api that Keith Sterling of Magnetic Reason collated as a result of the general lack of documentation on Selenium.</p>
<p><a href="http://spreadsheets.google.com/ccc?key=pq3bDQaoQ3jphqQfHrfKRYw" rel="nofollow">http://spreadsheets.google.com/ccc?key=pq3bDQaoQ3jphqQfHrfKRYw</a></p>
<p>It&#8217;s already proved invaluable to me several times over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/comment-page-1/#comment-37065</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/#comment-37065</guid>
		<description>Andy, Gojko (re:06 Nov 2008 at 1:07 pm)

I had a similar issue and overcame it by using the IE Tab addon for Firefox. This allowed me to load the pop up under IE mode and then switch to Firefox mode and inspect my elements as I would normally. This may work for you.

Gojko - like the blog, own the book and regularly use DBFit too - thanks for all the contributions.</description>
		<content:encoded><![CDATA[<p>Andy, Gojko (re:06 Nov 2008 at 1:07 pm)</p>
<p>I had a similar issue and overcame it by using the IE Tab addon for Firefox. This allowed me to load the pop up under IE mode and then switch to Firefox mode and inspect my elements as I would normally. This may work for you.</p>
<p>Gojko - like the blog, own the book and regularly use DBFit too - thanks for all the contributions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/comment-page-1/#comment-36861</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Mon, 17 Nov 2008 09:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/#comment-36861</guid>
		<description>Hello,

I am trying to test a employee login page where in A javascript oriented Popup window is put in to select the Date of birth. I recorded the test. Details has been perfectly uploaded. When I try to run the test again on my machine, the control from selenium goes to Popup window and never comwes back to main browser. I tried with Selectwindow Traget=null and verifyNotAllWindowNames commands. Still not moving further.  I need it done very soon. PL HELP...</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am trying to test a employee login page where in A javascript oriented Popup window is put in to select the Date of birth. I recorded the test. Details has been perfectly uploaded. When I try to run the test again on my machine, the control from selenium goes to Popup window and never comwes back to main browser. I tried with Selectwindow Traget=null and verifyNotAllWindowNames commands. Still not moving further.  I need it done very soon. PL HELP&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/comment-page-1/#comment-36427</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Thu, 06 Nov 2008 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium/#comment-36427</guid>
		<description>Hi Andy,

Can you record your test on a similar site with FF or create a very simple version of the site with popups that works in FF just to record the test?</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Can you record your test on a similar site with FF or create a very simple version of the site with popups that works in FF just to record the test?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
