<?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 Testing? Do Cross Browser Testing with Sauce Labs</title>
	<atom:link href="http://saucelabs.com/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://saucelabs.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 03:03:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Selenium Tips: Finding elements by their inner text using :contains, a CSS pseudo-class by Kamote</title>
		<link>http://saucelabs.com/blog/index.php/2010/03/selenium-tips-finding-elements-by-their-inner-text-using-contains-a-css-pseudo-class/comment-page-1/#comment-25493</link>
		<dc:creator>Kamote</dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=801#comment-25493</guid>
		<description>Hi Guys,

I&#039;m having trouble with selenium locating the element in the page. Below is the css that I&#039;m using. It can be detected in Selenium IDE but in Selenium RC, the object can&#039;t be detected. Any suggestions guys? Thanks!

CSS Locator:
css=td.lbl:contains(&quot;(if &#039;Yes&#039; provide full details in adjacent box)&quot;)

Actual HTML:
(if &#039;Yes&#039; provide full details in adjacent box)</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I&#8217;m having trouble with selenium locating the element in the page. Below is the css that I&#8217;m using. It can be detected in Selenium IDE but in Selenium RC, the object can&#8217;t be detected. Any suggestions guys? Thanks!</p>
<p>CSS Locator:<br />
css=td.lbl:contains(&#8220;(if &#8216;Yes&#8217; provide full details in adjacent box)&#8221;)</p>
<p>Actual HTML:<br />
(if &#8216;Yes&#8217; provide full details in adjacent box)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Tips: CSS Selectors in Selenium Demystified by Sebastien</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-25488</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Wed, 25 Jan 2012 01:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-25488</guid>
		<description>Hello

Anyone know of a Firefox pluggin I could use to test CSS selectors before I put them in my code?

For xpath, I use xpather which allows me to type all my fancy xpaths and shows me the matches, or right click anywhere on the page to get the xpath of the element.
That helps me cut on development time which, at least in my manager&#039;s opinion, is even more important than cutting a few seconds of execution time. But of course, if I can get the best of both worlds, I would be more than happy...

Also, are css locators prone to cross-browser issues? One thing I like about xpaths is that they are pretty consistent across browsers expect for some features like selecting by index.</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Anyone know of a Firefox pluggin I could use to test CSS selectors before I put them in my code?</p>
<p>For xpath, I use xpather which allows me to type all my fancy xpaths and shows me the matches, or right click anywhere on the page to get the xpath of the element.<br />
That helps me cut on development time which, at least in my manager&#8217;s opinion, is even more important than cutting a few seconds of execution time. But of course, if I can get the best of both worlds, I would be more than happy&#8230;</p>
<p>Also, are css locators prone to cross-browser issues? One thing I like about xpaths is that they are pretty consistent across browsers expect for some features like selecting by index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Tips: Finding elements by their inner text using :contains, a CSS pseudo-class by Roy</title>
		<link>http://saucelabs.com/blog/index.php/2010/03/selenium-tips-finding-elements-by-their-inner-text-using-contains-a-css-pseudo-class/comment-page-1/#comment-25475</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=801#comment-25475</guid>
		<description>Thank you!  I&#039;m totally new to Selenium and I could not work out how to check that text stored in a table was present but changing div to table worked for me.</description>
		<content:encoded><![CDATA[<p>Thank you!  I&#8217;m totally new to Selenium and I could not work out how to check that text stored in a table was present but changing div to table worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Se Builder: Released into the Wild by Donald Vici</title>
		<link>http://saucelabs.com/blog/index.php/2011/03/selenium-builder-released-into-the-wild/comment-page-1/#comment-25471</link>
		<dc:creator>Donald Vici</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=3375#comment-25471</guid>
		<description>Great tool! the only thing i would to see added is a user friendly way of using external data (csv or xls or...) I can identify the fields but not sure how to make it use a different set of data on each run. I`m a decent tester but the programming is not my cup-of-tea so pls incorporate this option into the next release.
Keep up the good work</description>
		<content:encoded><![CDATA[<p>Great tool! the only thing i would to see added is a user friendly way of using external data (csv or xls or&#8230;) I can identify the fields but not sure how to make it use a different set of data on each run. I`m a decent tester but the programming is not my cup-of-tea so pls incorporate this option into the next release.<br />
Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Testing Framework Part 3: Putting It All Together by Uniftroselle</title>
		<link>http://saucelabs.com/blog/index.php/2011/12/selenium-testing-framework-part-3-putting-it-all-together/comment-page-1/#comment-25464</link>
		<dc:creator>Uniftroselle</dc:creator>
		<pubDate>Tue, 17 Jan 2012 00:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=5672#comment-25464</guid>
		<description>you definitely love &lt;a href=&quot;http://convert-dvd-to-itouch.weebly.com/&quot; / rel=&quot;nofollow&quot;&gt;convert dvd to itouch&lt;/a&gt;  for more detail   for gift</description>
		<content:encoded><![CDATA[<p>you definitely love <a href="http://convert-dvd-to-itouch.weebly.com/" / rel="nofollow">convert dvd to itouch</a>  for more detail   for gift</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Surprising Worst Browser by The surprising worst browser &#124; Death, Taxes &#38; the Internet</title>
		<link>http://saucelabs.com/blog/index.php/2011/08/the-surprising-worst-browser/comment-page-1/#comment-25462</link>
		<dc:creator>The surprising worst browser &#124; Death, Taxes &#38; the Internet</dc:creator>
		<pubDate>Mon, 16 Jan 2012 10:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=4859#comment-25462</guid>
		<description>[...] Read more [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Tips: CSS Selectors in Selenium Demystified by Tina</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-25418</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Thu, 05 Jan 2012 09:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-25418</guid>
		<description>I am new to use selenium.
It&#039;s very helpful to me.

Thanks,
Tina</description>
		<content:encoded><![CDATA[<p>I am new to use selenium.<br />
It&#8217;s very helpful to me.</p>
<p>Thanks,<br />
Tina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Selenium RSpec tests for Rails 2.3.5 by Jay</title>
		<link>http://saucelabs.com/blog/index.php/2010/02/running-selenium-tests-for-rails/comment-page-1/#comment-25413</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=349#comment-25413</guid>
		<description>Hi there,

I have followed the tutorial but am receiving a ECONNREFUSED error despite sauce saying that it is connected. Any ideas?

Stack overflow question below:
http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I have followed the tutorial but am receiving a ECONNREFUSED error despite sauce saying that it is connected. Any ideas?</p>
<p>Stack overflow question below:<br />
<a href="http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect" rel="nofollow">http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Selenium RSpec tests for Rails 2.3.5 by Jay</title>
		<link>http://saucelabs.com/blog/index.php/2010/02/running-selenium-tests-for-rails/comment-page-1/#comment-25412</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=349#comment-25412</guid>
		<description>Hi there,

I have been following your tutorial but am receiving the ECONNREFUSED error despite the sauce saying that it has been connected. Any ideas?

http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I have been following your tutorial but am receiving the ECONNREFUSED error despite the sauce saying that it has been connected. Any ideas?</p>
<p><a href="http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect" rel="nofollow">http://stackoverflow.com/questions/8730318/selenium-driven-testing-with-sauce-connect-failing-to-connect</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium Tips: CSS Selectors in Selenium Demystified by Ny</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-25402</link>
		<dc:creator>Ny</dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-25402</guid>
		<description>Hello,
I am so new to Selenium.
I think i will focus on css locator but I find on selenium document, it is not too much. When i read CSS topic on w3s, it is not the same to selenium...Im so confused. I dont know where to start...
Can any one help to show me the way?

Thanks to much
Ny</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am so new to Selenium.<br />
I think i will focus on css locator but I find on selenium document, it is not too much. When i read CSS topic on w3s, it is not the same to selenium&#8230;Im so confused. I dont know where to start&#8230;<br />
Can any one help to show me the way?</p>
<p>Thanks to much<br />
Ny</p>
]]></content:encoded>
	</item>
</channel>
</rss>

