<?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: CSS Selectors in Selenium Demystified</title>
	<atom:link href="http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/feed/" rel="self" type="application/rss+xml" />
	<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/</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: 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>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>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>
	<item>
		<title>By: enhanceqa</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-25298</link>
		<dc:creator>enhanceqa</dc:creator>
		<pubDate>Thu, 24 Nov 2011 12:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-25298</guid>
		<description>how to identify span with text “OK” which is enclosed between span tag with css
&quot;Ok&quot;</description>
		<content:encoded><![CDATA[<p>how to identify span with text “OK” which is enclosed between span tag with css<br />
&#8220;Ok&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-25296</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Thu, 24 Nov 2011 12:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-25296</guid>
		<description>Ok

how to identify span with text &quot;OK&quot;</description>
		<content:encoded><![CDATA[<p>Ok</p>
<p>how to identify span with text &#8220;OK&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skundam</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-22879</link>
		<dc:creator>skundam</dc:creator>
		<pubDate>Tue, 12 Jul 2011 05:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-22879</guid>
		<description>How to click a button if the css is &quot;css=a.rtsLink.rtsClicked &gt; span.rtsOut &gt; span.rtsIn &gt; span.rtsTxt&quot;?.</description>
		<content:encoded><![CDATA[<p>How to click a button if the css is &#8220;css=a.rtsLink.rtsClicked &gt; span.rtsOut &gt; span.rtsIn &gt; span.rtsTxt&#8221;?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-14444</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Mon, 16 May 2011 05:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-14444</guid>
		<description>My class name is like this &quot;xyz abc&quot;
it means 2 classes i guess
so i used xyz.abc
it doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>My class name is like this &#8220;xyz abc&#8221;<br />
it means 2 classes i guess<br />
so i used xyz.abc<br />
it doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-14442</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Mon, 16 May 2011 05:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-14442</guid>
		<description>one more thing ... How to handle if a class name has a space</description>
		<content:encoded><![CDATA[<p>one more thing &#8230; How to handle if a class name has a space</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-14440</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Mon, 16 May 2011 05:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-14440</guid>
		<description>Hi

I want to use regular expression for class
css=select.myclassnamepattern*

Is there a way to do this?
My class name should be a regular expression pattern</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I want to use regular expression for class<br />
css=select.myclassnamepattern*</p>
<p>Is there a way to do this?<br />
My class name should be a regular expression pattern</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Heilman</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/comment-page-1/#comment-13497</link>
		<dc:creator>Mark Heilman</dc:creator>
		<pubDate>Mon, 09 May 2011 23:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://saucelabs.com/blog/?p=503#comment-13497</guid>
		<description>Am trying to find the 5th checkbox, ie. there are initially 4 on page display and when check one the jobs will post with another check box.  Being this is a GWT developed web app, don&#039;t want to rely upon GWT tag ids, etc... as they are dynamic.  Using DOM, or Xpath is bleak as not much available, and CSS looks like my only hope for IE.
Thanks
Mark</description>
		<content:encoded><![CDATA[<p>Am trying to find the 5th checkbox, ie. there are initially 4 on page display and when check one the jobs will post with another check box.  Being this is a GWT developed web app, don&#8217;t want to rely upon GWT tag ids, etc&#8230; as they are dynamic.  Using DOM, or Xpath is bleak as not much available, and CSS looks like my only hope for IE.<br />
Thanks<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

