<?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: Adding custom commands to Selenium</title>
	<atom:link href="http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2291</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Sat, 28 Aug 2010 03:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2291</guid>
		<description>Ateeq, you cannot check the visual layout in Selenium, if that is what you are asking. Yes, you can check individual elements of a web page, their content, the relative placements of elements etc, that is everything that is accessible as a source code.</description>
		<content:encoded><![CDATA[<p>Ateeq, you cannot check the visual layout in Selenium, if that is what you are asking. Yes, you can check individual elements of a web page, their content, the relative placements of elements etc, that is everything that is accessible as a source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ateeq</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2286</link>
		<dc:creator>Ateeq</dc:creator>
		<pubDate>Fri, 27 Aug 2010 09:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2286</guid>
		<description>Dear Sameer, Iam a very new user to selenium, i was little confused, can you please tell me , can selenium tool be used to test the browser compatibility of a site? Ie some page element is not properly arranged in one browser but will be perfect in another. can this be done? Thanks a lot in advance.</description>
		<content:encoded><![CDATA[<p>Dear Sameer, Iam a very new user to selenium, i was little confused, can you please tell me , can selenium tool be used to test the browser compatibility of a site? Ie some page element is not properly arranged in one browser but will be perfect in another. can this be done? Thanks a lot in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WhiteAngel</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2095</link>
		<dc:creator>WhiteAngel</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2095</guid>
		<description>Thanks guys, how about Hudson does anyone knew something about? I found some documentations but not to relevant.</description>
		<content:encoded><![CDATA[<p>Thanks guys, how about Hudson does anyone knew something about? I found some documentations but not to relevant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2094</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Fri, 18 Jun 2010 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2094</guid>
		<description>You will need to use Selenium RC. Try these link:

http://seleniumhq.org/docs/04_selenese_commands.html</description>
		<content:encoded><![CDATA[<p>You will need to use Selenium RC. Try these link:</p>
<p><a href="http://seleniumhq.org/docs/04_selenese_commands.html" rel="nofollow">http://seleniumhq.org/docs/04_selenese_commands.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priti</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2093</link>
		<dc:creator>priti</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2093</guid>
		<description>Hi,

I am using selenium for web testing, i know recording and execution of Selenium scripts.but don&#039;t know how to write scripts without recording.is there any solution or guide to create selenium scripts withour recording</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using selenium for web testing, i know recording and execution of Selenium scripts.but don&#8217;t know how to write scripts without recording.is there any solution or guide to create selenium scripts withour recording</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2063</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2063</guid>
		<description>Selenium saves only the commands you have modified in the source, not any other html.</description>
		<content:encoded><![CDATA[<p>Selenium saves only the commands you have modified in the source, not any other html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WhiteAngel</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-2062</link>
		<dc:creator>WhiteAngel</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-2062</guid>
		<description>Hy,  

I have a question: Why doesn&#039;t Selenium IDE save the modification that I made in source page. When I exit the window is asking me if I want to save changes and of course I press Save button. But when I reopen the test case it is exactly the same as before and modifications gone. Is there some workaround trick for this or I&#039;m missing something. 

Thank you</description>
		<content:encoded><![CDATA[<p>Hy,  </p>
<p>I have a question: Why doesn&#8217;t Selenium IDE save the modification that I made in source page. When I exit the window is asking me if I want to save changes and of course I press Save button. But when I reopen the test case it is exactly the same as before and modifications gone. Is there some workaround trick for this or I&#8217;m missing something. </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandip</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-1999</link>
		<dc:creator>sandip</dc:creator>
		<pubDate>Mon, 31 May 2010 05:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-1999</guid>
		<description>Hi,

Is there any command to rerun the test case automatic. means i want to 
add 50 users.. so how can i add through selenium?

is it possible?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any command to rerun the test case automatic. means i want to<br />
add 50 users.. so how can i add through selenium?</p>
<p>is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandip</title>
		<link>http://www.codediesel.com/testing/adding-custom-commands-to-the-selenium-ide/comment-page-1/#comment-1978</link>
		<dc:creator>sandip</dc:creator>
		<pubDate>Thu, 27 May 2010 05:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/sql/extending-selenium-ide/#comment-1978</guid>
		<description>Hi,,,


The custom command is really very good.

can you tell me from where i can get more custom commands??</description>
		<content:encoded><![CDATA[<p>Hi,,,</p>
<p>The custom command is really very good.</p>
<p>can you tell me from where i can get more custom commands??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

