<?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: Selenium Tips: Start improving your locators</title>
	<atom:link href="http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/feed/" rel="self" type="application/rss+xml" />
	<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/</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>By: amandeep</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-25308</link>
		<dc:creator>amandeep</dc:creator>
		<pubDate>Sat, 26 Nov 2011 05:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-25308</guid>
		<description>Here is the help
css=a:contains(&#039;Click here&#039;)
you cannot navigate to ancestor by giving reference of child in CSS</description>
		<content:encoded><![CDATA[<p>Here is the help<br />
css=a:contains(&#8216;Click here&#8217;)<br />
you cannot navigate to ancestor by giving reference of child in CSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayakrishnan Nair</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-24400</link>
		<dc:creator>Jayakrishnan Nair</dc:creator>
		<pubDate>Wed, 20 Jul 2011 13:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-24400</guid>
		<description>how can be use xpath
//a[text()=&#039;Click here&#039;]

//label[text()=&#039;Name&#039;]/ancestor::tr

Please help me with these xpath</description>
		<content:encoded><![CDATA[<p>how can be use xpath<br />
//a[text()='Click here']</p>
<p>//label[text()='Name']/ancestor::tr</p>
<p>Please help me with these xpath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wypożyczalnia samochodów</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-9488</link>
		<dc:creator>wypożyczalnia samochodów</dc:creator>
		<pubDate>Wed, 13 Apr 2011 06:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-9488</guid>
		<description>Somebody basically help to make seriously articles I&#039;d state. This is actually very first time I visited your web page and thus far? I amazed with the research you made to create this valuable publish amazing. Superb job!</description>
		<content:encoded><![CDATA[<p>Somebody basically help to make seriously articles I&#8217;d state. This is actually very first time I visited your web page and thus far? I amazed with the research you made to create this valuable publish amazing. Superb job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Goucher</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-2606</link>
		<dc:creator>Adam Goucher</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-2606</guid>
		<description>In the case of an element having multiple classes you can chain them together.

css=div.example.test

-adam</description>
		<content:encoded><![CDATA[<p>In the case of an element having multiple classes you can chain them together.</p>
<p>css=div.example.test</p>
<p>-adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamalakar</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-2253</link>
		<dc:creator>kamalakar</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-2253</guid>
		<description>if the class value has space in it then following is not working


//div[@class=&#039;example test&#039;]//a
 
css=div.example test ---&gt; not working
css=div[class=example test] --&gt; working</description>
		<content:encoded><![CDATA[<p>if the class value has space in it then following is not working</p>
<p>//div[@class='example test']//a</p>
<p>css=div.example test &#8212;&gt; not working<br />
css=div[class=example test] &#8211;&gt; working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Анатолий</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-1341</link>
		<dc:creator>Анатолий</dc:creator>
		<pubDate>Mon, 17 May 2010 22:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-1341</guid>
		<description>Замечательно... Ничего не забыли?</description>
		<content:encoded><![CDATA[<p>Замечательно&#8230; Ничего не забыли?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selenium Tips: Finding elements by their inner text using :contains, a CSS pseudo-class &#124; Sauce Labs</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-731</link>
		<dc:creator>Selenium Tips: Finding elements by their inner text using :contains, a CSS pseudo-class &#124; Sauce Labs</dc:creator>
		<pubDate>Fri, 02 Apr 2010 03:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-731</guid>
		<description>[...] we already mentioned in our previous posts CSS Selectors in Selenium Demystified and Start improving your locators, CSS as a location strategy generally far outperforms [...]</description>
		<content:encoded><![CDATA[<p>[...] we already mentioned in our previous posts CSS Selectors in Selenium Demystified and Start improving your locators, CSS as a location strategy generally far outperforms [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Firewall</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-649</link>
		<dc:creator>Software Firewall</dc:creator>
		<pubDate>Sun, 28 Mar 2010 04:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-649</guid>
		<description>I really like keeping up with your articles! It  truly helps me get through the morning routine.</description>
		<content:encoded><![CDATA[<p>I really like keeping up with your articles! It  truly helps me get through the morning routine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MARGARET WARREN</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-546</link>
		<dc:creator>MARGARET WARREN</dc:creator>
		<pubDate>Sat, 13 Mar 2010 01:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-546</guid>
		<description>cool good website yea nice job our review blog will soon be adding reviews on websites and add them to our blogs as the top best 1000 websites to visit we also do reviews on product recalls  all types of reviews we will get back to you</description>
		<content:encoded><![CDATA[<p>cool good website yea nice job our review blog will soon be adding reviews on websites and add them to our blogs as the top best 1000 websites to visit we also do reviews on product recalls  all types of reviews we will get back to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selenium TOTW: CSS Selectors in Selenium Demystified &#124; Sauce Labs</title>
		<link>http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/comment-page-1/#comment-270</link>
		<dc:creator>Selenium TOTW: CSS Selectors in Selenium Demystified &#124; Sauce Labs</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=197#comment-270</guid>
		<description>[...] my previous TOTW about improving your locators, this blog post will show you some advanced CSS rules and pseudo-classes that will help you move [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous TOTW about improving your locators, this blog post will show you some advanced CSS rules and pseudo-classes that will help you move [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

