<?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 Selenium Wiki</title>
	<atom:link href="http://www.seleniumwiki.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seleniumwiki.com</link>
	<description>It is not the software that is great; it&#039;s the people who use it who make it great.</description>
	<lastBuildDate>Mon, 19 Dec 2011 21:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Using verifyTextPresent in Selenium 2 Webdriver by Pavandeep Puddupakkam</title>
		<link>http://www.seleniumwiki.com/webdriver/using-verifytextpresent-in-selenium-2-webdriver/comment-page-1/#comment-675</link>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=656#comment-675</guid>
		<description>Thanks Rob. Should to try this.</description>
		<content:encoded><![CDATA[<p>Thanks Rob. Should to try this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create test list and run tests in nightly builds by Pavandeep Puddupakkam</title>
		<link>http://www.seleniumwiki.com/visual-studio-2010/create-test-list-and-run-tests-in-nightly-builds/comment-page-1/#comment-674</link>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=766#comment-674</guid>
		<description>Try this link instead. http://tv.telerik.com/watch/automated-testing-tools/webui-test-studio-executing-webui-tests-with-mstest</description>
		<content:encoded><![CDATA[<p>Try this link instead. <a href="http://tv.telerik.com/watch/automated-testing-tools/webui-test-studio-executing-webui-tests-with-mstest" rel="nofollow">http://tv.telerik.com/watch/automated-testing-tools/webui-test-studio-executing-webui-tests-with-mstest</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create test list and run tests in nightly builds by Jessica Wang</title>
		<link>http://www.seleniumwiki.com/visual-studio-2010/create-test-list-and-run-tests-in-nightly-builds/comment-page-1/#comment-669</link>
		<dc:creator>Jessica Wang</dc:creator>
		<pubDate>Fri, 16 Dec 2011 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=766#comment-669</guid>
		<description>I can&#039;t view the video when i click the link. Why?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t view the video when i click the link. Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using verifyTextPresent in Selenium 2 Webdriver by Rob Andren</title>
		<link>http://www.seleniumwiki.com/webdriver/using-verifytextpresent-in-selenium-2-webdriver/comment-page-1/#comment-666</link>
		<dc:creator>Rob Andren</dc:creator>
		<pubDate>Thu, 15 Dec 2011 13:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=656#comment-666</guid>
		<description>On further review, for a more accurate simulation of the IDE&#039;s verifyTextPresent, the xpath expression should use contains() and not merely normalize-space().  This way, it will return true if any PART of the text of any element on the page matches the text you pass to it:

public boolean verifyTextPresent(String text){
   return driver.findElements(By.xpath(&quot;//*[contains(text(),\&quot;&quot; + text + &quot;\&quot;)]&quot;)).size()&gt;0;
}</description>
		<content:encoded><![CDATA[<p>On further review, for a more accurate simulation of the IDE&#8217;s verifyTextPresent, the xpath expression should use contains() and not merely normalize-space().  This way, it will return true if any PART of the text of any element on the page matches the text you pass to it:</p>
<p>public boolean verifyTextPresent(String text){<br />
   return driver.findElements(By.xpath(&#8220;//*[contains(text(),\"" + text + "\")]&#8220;)).size()&gt;0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using selenium.IsTextPresent in Webdriver by Pavandeep Puddupakkam</title>
		<link>http://www.seleniumwiki.com/webdriver/using-selenium-istextpresent-in-webdriver/comment-page-1/#comment-665</link>
		<dc:creator>Pavandeep Puddupakkam</dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.seleniumwiki.com/?p=752#comment-665</guid>
		<description>Hi,

   Thanks for the comment. As you have said this will not work when there is html code in the text that you are verifying on the page. Do you know an alternative to the method I have written. May be use regular expression to check for html tags between the text.

Cheers
Pavandeep</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   Thanks for the comment. As you have said this will not work when there is html code in the text that you are verifying on the page. Do you know an alternative to the method I have written. May be use regular expression to check for html tags between the text.</p>
<p>Cheers<br />
Pavandeep</p>
]]></content:encoded>
	</item>
</channel>
</rss>

