<?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 for SeleniumExamples</title>
	<atom:link href="http://seleniumexamples.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://seleniumexamples.com/blog</link>
	<description>Examples and tips for Selenium</description>
	<lastBuildDate>Thu, 22 Mar 2012 10:31:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on Selenium 2 Examples by Dave</title>
		<link>http://seleniumexamples.com/blog/examples/selenium-2-examples/comment-page-1/#comment-643</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 22 Mar 2012 10:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=89#comment-643</guid>
		<description>I&#039;m not sure about the status of WebDriver formatters for PHP, but the PHP formatters are available here: https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about the status of WebDriver formatters for PHP, but the PHP formatters are available here: <a href="https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium 2 Examples by anbarasi</title>
		<link>http://seleniumexamples.com/blog/examples/selenium-2-examples/comment-page-1/#comment-637</link>
		<dc:creator>anbarasi</dc:creator>
		<pubDate>Wed, 21 Mar 2012 06:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=89#comment-637</guid>
		<description>can anyone tell me how to run selenium ide testcases with web driver in php</description>
		<content:encoded><![CDATA[<p>can anyone tell me how to run selenium ide testcases with web driver in php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Mozilla Uses Selenium by Selenium &#124; Development, Analysis And Research</title>
		<link>http://seleniumexamples.com/blog/events/how-mozilla-uses-selenium/comment-page-1/#comment-622</link>
		<dc:creator>Selenium &#124; Development, Analysis And Research</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=264#comment-622</guid>
		<description>[...] How Mozilla Uses Selenium [...]</description>
		<content:encoded><![CDATA[<p>[...] How Mozilla Uses Selenium [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select an option from an ExtJS ComboBox by Krishnam Raju</title>
		<link>http://seleniumexamples.com/blog/examples/select-an-option-from-an-extjs-combobox/comment-page-1/#comment-613</link>
		<dc:creator>Krishnam Raju</dc:creator>
		<pubDate>Tue, 09 Aug 2011 06:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=3#comment-613</guid>
		<description>Well, I am finding it difficult, rather, impossible to click TreeGrid elements with this appraoch. 

Dave, could you please help me. Thanks in advance for your time.</description>
		<content:encoded><![CDATA[<p>Well, I am finding it difficult, rather, impossible to click TreeGrid elements with this appraoch. </p>
<p>Dave, could you please help me. Thanks in advance for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select an option from an ExtJS ComboBox by Eran Golan</title>
		<link>http://seleniumexamples.com/blog/examples/select-an-option-from-an-extjs-combobox/comment-page-1/#comment-611</link>
		<dc:creator>Eran Golan</dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=3#comment-611</guid>
		<description>Hi,

Just wanted to say THANKS.

I&#039;m in a point right now that I realize how important it is to share our knowledge with rest of the developers out there..

cheers.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wanted to say THANKS.</p>
<p>I&#8217;m in a point right now that I realize how important it is to share our knowledge with rest of the developers out there..</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using soft assertions in TestNG by bsc</title>
		<link>http://seleniumexamples.com/blog/guide/using-soft-assertions-in-testng/comment-page-1/#comment-610</link>
		<dc:creator>bsc</dc:creator>
		<pubDate>Wed, 27 Jul 2011 13:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=21#comment-610</guid>
		<description>Hi,
Thx for your code, it&#039;s really helpful.

But I&#039;m facing the same issue as P K 
I&#039;m using Maven 2.1.1 and TestNG 6.1.1
Issue is not reproducible when using TestNG 5.12.1

Any solutions? Pls
-------------------------
For example, if my test method A failed with 2 exceptions, the report shows two instances of method A – one failed and one succeeded. Both having the same exception list.
However, if method A succeeded, there is just one instance of A in the report – the succeeded one.
Also, I am sure the test method is getting executed only once – it is only the report that has the duplicate exception list.
Would you be able to help here. I am using the latest versions of Ant, TestNg and Java.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thx for your code, it&#8217;s really helpful.</p>
<p>But I&#8217;m facing the same issue as P K<br />
I&#8217;m using Maven 2.1.1 and TestNG 6.1.1<br />
Issue is not reproducible when using TestNG 5.12.1</p>
<p>Any solutions? Pls<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
For example, if my test method A failed with 2 exceptions, the report shows two instances of method A – one failed and one succeeded. Both having the same exception list.<br />
However, if method A succeeded, there is just one instance of A in the report – the succeeded one.<br />
Also, I am sure the test method is getting executed only once – it is only the report that has the duplicate exception list.<br />
Would you be able to help here. I am using the latest versions of Ant, TestNg and Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop to object within a scrolling block by Kaustubh</title>
		<link>http://seleniumexamples.com/blog/examples/drag-and-drop-to-object-within-a-scrolling-block/comment-page-1/#comment-607</link>
		<dc:creator>Kaustubh</dc:creator>
		<pubDate>Thu, 14 Jul 2011 07:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=13#comment-607</guid>
		<description>Hi, how to use drag drop object to empty space as how locate element locators in empty space .?? also as destination points can be mentioned in pixels??waiting rply</description>
		<content:encoded><![CDATA[<p>Hi, how to use drag drop object to empty space as how locate element locators in empty space .?? also as destination points can be mentioned in pixels??waiting rply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium 2 in .NET framework by Dreamer</title>
		<link>http://seleniumexamples.com/blog/examples/selenium2-in-net-framework/comment-page-1/#comment-606</link>
		<dc:creator>Dreamer</dc:creator>
		<pubDate>Wed, 13 Jul 2011 11:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=180#comment-606</guid>
		<description>Top Man. I spent some time looking for this, but had done something similar by the time I found it.Nice and simple webdriver intro. . Have spent the lat 2 yrs using webdriver (java) switching to c# has been a breeze. 

Regards
True Dreamer</description>
		<content:encoded><![CDATA[<p>Top Man. I spent some time looking for this, but had done something similar by the time I found it.Nice and simple webdriver intro. . Have spent the lat 2 yrs using webdriver (java) switching to c# has been a breeze. </p>
<p>Regards<br />
True Dreamer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium 2 in .NET framework by zacc</title>
		<link>http://seleniumexamples.com/blog/examples/selenium2-in-net-framework/comment-page-1/#comment-604</link>
		<dc:creator>zacc</dc:creator>
		<pubDate>Tue, 05 Jul 2011 15:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=180#comment-604</guid>
		<description>Phil, if it builds OK then you must have it not set correctly in NUnit. Try some online tutorials.</description>
		<content:encoded><![CDATA[<p>Phil, if it builds OK then you must have it not set correctly in NUnit. Try some online tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium 2 in .NET framework by Phil5780</title>
		<link>http://seleniumexamples.com/blog/examples/selenium2-in-net-framework/comment-page-1/#comment-603</link>
		<dc:creator>Phil5780</dc:creator>
		<pubDate>Thu, 30 Jun 2011 19:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://seleniumexamples.com/blog/?p=180#comment-603</guid>
		<description>I&#039;ve got this project complete and error-free.  It&#039;s setup as a &#039;class library&#039;, so how do I run this exectly?  

I&#039;ve loaded the project in NUnit and get nothing but immediate errors.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got this project complete and error-free.  It&#8217;s setup as a &#8216;class library&#8217;, so how do I run this exectly?  </p>
<p>I&#8217;ve loaded the project in NUnit and get nothing but immediate errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

