<?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 IDE Tutorial &#8211; Part 1</title>
	<atom:link href="http://www.codediesel.com/php/selenium-ide-tutorial-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/</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: Raghu B</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1842</link>
		<dc:creator>Raghu B</dc:creator>
		<pubDate>Thu, 15 Apr 2010 05:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1842</guid>
		<description>Hi Sameer,

The IDE does not play the recorded flow.Please help me in this regards.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Sameer,</p>
<p>The IDE does not play the recorded flow.Please help me in this regards.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1833</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Tue, 13 Apr 2010 06:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1833</guid>
		<description>Hello Ed!
Sorry for replying so late. Instead of opening the pdf&#039;s with &#039;openWindow&#039;, use Javascript to open the pdf&#039;s with the &#039;Window.open&#039; method, passing a window name, say &#039;mywindow&#039;. Assuming that link name is &#039;pdf1&#039;, the following should work.

A example is posted here.

http://www.codediesel.com/data/selenium/index.html

Check the source to get the idea.


The Selenium test case for the above link is here:

http://www.codediesel.com/data/selenium/popup_testcase

Note there will a 30 second delay after the &#039;waitForPopUp&#039; command.</description>
		<content:encoded><![CDATA[<p>Hello Ed!<br />
Sorry for replying so late. Instead of opening the pdf&#8217;s with &#8216;openWindow&#8217;, use Javascript to open the pdf&#8217;s with the &#8216;Window.open&#8217; method, passing a window name, say &#8216;mywindow&#8217;. Assuming that link name is &#8216;pdf1&#8242;, the following should work.</p>
<p>A example is posted here.</p>
<p><a href="http://www.codediesel.com/data/selenium/index.html" rel="nofollow">http://www.codediesel.com/data/selenium/index.html</a></p>
<p>Check the source to get the idea.</p>
<p>The Selenium test case for the above link is here:</p>
<p><a href="http://www.codediesel.com/data/selenium/popup_testcase" rel="nofollow">http://www.codediesel.com/data/selenium/popup_testcase</a></p>
<p>Note there will a 30 second delay after the &#8216;waitForPopUp&#8217; command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1830</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 12 Apr 2010 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1830</guid>
		<description>Hello Sameer

I have been trying to close 2 pop up windows and i am having trouble identifying  them in order to close them , can you please help. Thanks



	open
	https://vyvansefocus-b.erweb.eurorscg.com/
	


	assertTitle
	Vyvanse® (lisdexamfetamine dimesylate) CII Patient Support
	


	openWindow
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	


	selectWindow
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	


	close
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	


	openWindow
	http://www.vyvanse.com/pdf/medication_guide.pdf
	


	selectWindow
	http://www.vyvanse.com/pdf/medication_guide.pdf
	


	open
	https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx
	




   this is the error i a am getting and i have not been able to figure out how to close the 2 pop up windows that are in the format of PDF






    * [info] Executing: &#124;open &#124; https://vyvansefocus-b.erweb.eurorscg.com/ &#124; &#124;
    * [info] Executing: &#124;assertTitle &#124; Vyvanse® (lisdexamfetamine dimesylate) CII Patient Support &#124; &#124;
    * [info] Executing: &#124;openWindow &#124; http://www.vyvanse.com/pdf/prescribing_information.pdf &#124; &#124;
    * [info] Executing: &#124;selectWindow &#124; http://www.vyvanse.com/pdf/prescribing_information.pdf &#124; &#124;


    * [error] Could not find window with title http://www.vyvanse.com/pdf/prescribing_information.pdf</description>
		<content:encoded><![CDATA[<p>Hello Sameer</p>
<p>I have been trying to close 2 pop up windows and i am having trouble identifying  them in order to close them , can you please help. Thanks</p>
<p>	open<br />
	<a href="https://vyvansefocus-b.erweb.eurorscg.com/" rel="nofollow">https://vyvansefocus-b.erweb.eurorscg.com/</a></p>
<p>	assertTitle<br />
	Vyvanse® (lisdexamfetamine dimesylate) CII Patient Support</p>
<p>	openWindow<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>	selectWindow<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>	close<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>	openWindow<br />
	<a href="http://www.vyvanse.com/pdf/medication_guide.pdf" rel="nofollow">http://www.vyvanse.com/pdf/medication_guide.pdf</a></p>
<p>	selectWindow<br />
	<a href="http://www.vyvanse.com/pdf/medication_guide.pdf" rel="nofollow">http://www.vyvanse.com/pdf/medication_guide.pdf</a></p>
<p>	open<br />
	<a href="https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx" rel="nofollow">https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx</a></p>
<p>   this is the error i a am getting and i have not been able to figure out how to close the 2 pop up windows that are in the format of PDF</p>
<p>    * [info] Executing: |open | <a href="https://vyvansefocus-b.erweb.eurorscg.com/" rel="nofollow">https://vyvansefocus-b.erweb.eurorscg.com/</a> | |<br />
    * [info] Executing: |assertTitle | Vyvanse® (lisdexamfetamine dimesylate) CII Patient Support | |<br />
    * [info] Executing: |openWindow | <a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a> | |<br />
    * [info] Executing: |selectWindow | <a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a> | |</p>
<p>    * [error] Could not find window with title <a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1813</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1813</guid>
		<description>Make sure that the IDE &#039;options &gt; Format&#039; is set to &#039;HTML&#039;.</description>
		<content:encoded><![CDATA[<p>Make sure that the IDE &#8216;options > Format&#8217; is set to &#8216;HTML&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Danny Morales</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1812</link>
		<dc:creator>John Danny Morales</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1812</guid>
		<description>I have downloaded and installed the latest Selenium IDE dated March 26, 2010. However, when I start using it, the &quot;Table&quot; tab is disabled and the other functions are ALSO disabled. The only option available is the &quot;Record&quot; icon.

Is there something wrong or did I install it incorrectly?</description>
		<content:encoded><![CDATA[<p>I have downloaded and installed the latest Selenium IDE dated March 26, 2010. However, when I start using it, the &#8220;Table&#8221; tab is disabled and the other functions are ALSO disabled. The only option available is the &#8220;Record&#8221; icon.</p>
<p>Is there something wrong or did I install it incorrectly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1810</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1810</guid>
		<description>Hello sameer

i read my own post and made no sense at all, sorry Sir.
My problem is now i am trying to close the pdf&#039;s i opened and hace use close or windowselect and i am still getting errors.

this is where i am 







Focus euro stage




Focus euro stage


	open
	https://vyvansefocus-b.erweb.eurorscg.com/
	


	openWindow
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	


	selectWindow
	null
	


	openWindow
	http://www.vyvanse.com/pdf/medication_guide.pdf
	


	selectWindow
	null
	


	open
	https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx
	



</description>
		<content:encoded><![CDATA[<p>Hello sameer</p>
<p>i read my own post and made no sense at all, sorry Sir.<br />
My problem is now i am trying to close the pdf&#8217;s i opened and hace use close or windowselect and i am still getting errors.</p>
<p>this is where i am </p>
<p>Focus euro stage</p>
<p>Focus euro stage</p>
<p>	open<br />
	<a href="https://vyvansefocus-b.erweb.eurorscg.com/" rel="nofollow">https://vyvansefocus-b.erweb.eurorscg.com/</a></p>
<p>	openWindow<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>	selectWindow<br />
	null</p>
<p>	openWindow<br />
	<a href="http://www.vyvanse.com/pdf/medication_guide.pdf" rel="nofollow">http://www.vyvanse.com/pdf/medication_guide.pdf</a></p>
<p>	selectWindow<br />
	null</p>
<p>	open<br />
	<a href="https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx" rel="nofollow">https://vyvansefocus-b.erweb.eurorscg.com/Register.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1771</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1771</guid>
		<description>sameer

Thank you so much that did the trick, now i have another issue, i saw it on the google selenium users but no answer.

I was able to open the pdf page with no error but now i am trying to close it and go back to the original page

I did a 
	close
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	

and 


	close
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	


and got this error


	close
	http://www.vyvanse.com/pdf/prescribing_information.pdf
	



What am i doing wrong.

Thanks</description>
		<content:encoded><![CDATA[<p>sameer</p>
<p>Thank you so much that did the trick, now i have another issue, i saw it on the google selenium users but no answer.</p>
<p>I was able to open the pdf page with no error but now i am trying to close it and go back to the original page</p>
<p>I did a<br />
	close<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>and </p>
<p>	close<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>and got this error</p>
<p>	close<br />
	<a href="http://www.vyvanse.com/pdf/prescribing_information.pdf" rel="nofollow">http://www.vyvanse.com/pdf/prescribing_information.pdf</a></p>
<p>What am i doing wrong.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya D</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1768</link>
		<dc:creator>Priya D</dc:creator>
		<pubDate>Tue, 30 Mar 2010 10:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1768</guid>
		<description>Hi Sameer,

Thank U Very Much!!</description>
		<content:encoded><![CDATA[<p>Hi Sameer,</p>
<p>Thank U Very Much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1767</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Tue, 30 Mar 2010 04:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1767</guid>
		<description>Ed!

Are you using javascript to open the pdf link or plain HTML. Also did you download the latest Selenium IDE release. The error occurs because selenium cannot get the id of the new window. Try giving the new window some title. More information about the bug can be found here:

http://old.nabble.com/selenium-IDE---select-window-%27_blank%27---your-help-please-:%29-td9044960.html</description>
		<content:encoded><![CDATA[<p>Ed!</p>
<p>Are you using javascript to open the pdf link or plain HTML. Also did you download the latest Selenium IDE release. The error occurs because selenium cannot get the id of the new window. Try giving the new window some title. More information about the bug can be found here:</p>
<p><a href="http://old.nabble.com/selenium-IDE---select-window-%27_blank%27---your-help-please-:%29-td9044960.html" rel="nofollow">http://old.nabble.com/selenium-IDE&#8212;select-window-%27_blank%27&#8212;your-help-please-:%29-td9044960.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/php/selenium-ide-tutorial-part-1/comment-page-2/#comment-1766</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Tue, 30 Mar 2010 03:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=105#comment-1766</guid>
		<description>Hello Priya 
I&#039;ve detailed the process of running Selenium RC with php in part 2 of the tutorial.

http://www.codediesel.com/php/selenium-ide-tutorial-part-2/</description>
		<content:encoded><![CDATA[<p>Hello Priya<br />
I&#8217;ve detailed the process of running Selenium RC with php in part 2 of the tutorial.</p>
<p><a href="http://www.codediesel.com/php/selenium-ide-tutorial-part-2/" rel="nofollow">http://www.codediesel.com/php/selenium-ide-tutorial-part-2/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.554 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 12:01:17 -->

