<?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: New versions of the Selenium helper</title>
	<atom:link href="http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/comment-page-1/#comment-475</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Tue, 23 May 2006 12:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=194#comment-475</guid>
		<description>Ok I&#039;ve tested the new Selenium version together with your new helper and it works great. All I had to do was to remove pause() commands for ajax and replace the next assertText with waitForText - sweet ; ).

Anyway, IE still doesn&#039;t know how to handle XPath&#039;s that look like this:

xpath=id(&#039;content&#039;)/h1

and rather wants to have them like this:

xpath=//*[@id=&#039;content&#039;]/h1

So I ported my fix for this to the new version and updated the package with it. This time it&#039;s just adding 2 lines to the __getRow() function instead of modifying tons of other functions ; ).

Again, thanks for doing this great Selenium helper, it&#039;s just the most useful tool for web testing out there ; ), thx for sharing!

--Felix</description>
		<content:encoded><![CDATA[<p>Ok I&#8217;ve tested the new Selenium version together with your new helper and it works great. All I had to do was to remove pause() commands for ajax and replace the next assertText with waitForText &#8211; sweet ; ).</p>
<p>Anyway, IE still doesn&#8217;t know how to handle XPath&#8217;s that look like this:</p>
<p>xpath=id(&#8216;content&#8217;)/h1</p>
<p>and rather wants to have them like this:</p>
<p>xpath=//*[@id='content']/h1</p>
<p>So I ported my fix for this to the new version and updated the package with it. This time it&#8217;s just adding 2 lines to the __getRow() function instead of modifying tons of other functions ; ).</p>
<p>Again, thanks for doing this great Selenium helper, it&#8217;s just the most useful tool for web testing out there ; ), thx for sharing!</p>
<p>&#8211;Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/comment-page-1/#comment-474</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Tue, 23 May 2006 11:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=194#comment-474</guid>
		<description>cakebaker: Hm, I&#039;ll test that. I&#039;m not sure how xpath are handled. But I think they get proccessed by the browsers themselfs and the problem was not with Selenium but rather with IE. I&#039;ll see ; ).

Btw. I finally integrated Akismet over at thinkingphp.org and it seems to work just great, thx for the tipp ; ).</description>
		<content:encoded><![CDATA[<p>cakebaker: Hm, I&#8217;ll test that. I&#8217;m not sure how xpath are handled. But I think they get proccessed by the browsers themselfs and the problem was not with Selenium but rather with IE. I&#8217;ll see ; ).</p>
<p>Btw. I finally integrated Akismet over at thinkingphp.org and it seems to work just great, thx for the tipp ; ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/comment-page-1/#comment-473</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 23 May 2006 07:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=194#comment-473</guid>
		<description>Well, the reason why your fixes are not in the new helper is that I don&#039;t know if it is still an issue with Selenium 0.7. But it is fine if you release a new version if the fixes are still needed.</description>
		<content:encoded><![CDATA[<p>Well, the reason why your fixes are not in the new helper is that I don&#8217;t know if it is still an issue with Selenium 0.7. But it is fine if you release a new version if the fixes are still needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/05/22/new-versions-of-the-selenium-helper/comment-page-1/#comment-472</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Mon, 22 May 2006 20:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=194#comment-472</guid>
		<description>This new Selenium release seems awesome on paper, I&#039;ll test it as soon as I get a chance to. 

It also seems like the 3.0 version of the Helper has a lot more features then the old one!

But it seems like you&#039;ve not merged my xpath fixes (or let&#039;s say IE hacks) for 2.0 in it. Is there a specific reason for that or would it be fine if I release a 4.0 and put them back in?

Anyway, thx a lot! Felix</description>
		<content:encoded><![CDATA[<p>This new Selenium release seems awesome on paper, I&#8217;ll test it as soon as I get a chance to. </p>
<p>It also seems like the 3.0 version of the Helper has a lot more features then the old one!</p>
<p>But it seems like you&#8217;ve not merged my xpath fixes (or let&#8217;s say IE hacks) for 2.0 in it. Is there a specific reason for that or would it be fine if I release a 4.0 and put them back in?</p>
<p>Anyway, thx a lot! Felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>

