<?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 Remote Control For Java — A Tutorial (part 3)</title>
	<atom:link href="http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/</link>
	<description>A Zero Here, A One There</description>
	<lastBuildDate>Thu, 22 Sep 2011 12:09:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Rachit</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-7870</link>
		<dc:creator>Rachit</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-7870</guid>
		<description>Hi. I need to close the parent window containing the Remote control after I have completed the Test. How do I do that ??</description>
		<content:encoded><![CDATA[<p>Hi. I need to close the parent window containing the Remote control after I have completed the Test. How do I do that ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-5490</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Tue, 23 Nov 2010 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-5490</guid>
		<description>Hi,

in my application flow, i need to navigate more than one window as below mentioned manner:
1st window -&gt; 2nd window -&gt; 3rd window.
I need to click OK button in 3rd window and again i need to yes button in 2nd window.

here the problem is, after clicking OK button and after closing the 3rd window, then only Yes button is visible.

so please provide me how to close the 3rd window.

Thanks in advance

regards,
Bhaskar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>in my application flow, i need to navigate more than one window as below mentioned manner:<br />
1st window -&gt; 2nd window -&gt; 3rd window.<br />
I need to click OK button in 3rd window and again i need to yes button in 2nd window.</p>
<p>here the problem is, after clicking OK button and after closing the 3rd window, then only Yes button is visible.</p>
<p>so please provide me how to close the 3rd window.</p>
<p>Thanks in advance</p>
<p>regards,<br />
Bhaskar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raju</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-5335</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Tue, 16 Nov 2010 05:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-5335</guid>
		<description>Hi,
I am working on the popup window. I am able to focus on the popup
window and can enter the values in to the text fields and save the
values. After saving the value i am closing the window by clicking the
close button.The main page has to refresh automatically when the popup
window close. But my application is stuck after the popup window is
closed.
I used String[] name = selenium.getAllWindowNames(); and selenium.selectWindow(null);

Can any one help in this.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am working on the popup window. I am able to focus on the popup<br />
window and can enter the values in to the text fields and save the<br />
values. After saving the value i am closing the window by clicking the<br />
close button.The main page has to refresh automatically when the popup<br />
window close. But my application is stuck after the popup window is<br />
closed.<br />
I used String[] name = selenium.getAllWindowNames(); and selenium.selectWindow(null);</p>
<p>Can any one help in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harendra</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-2465</link>
		<dc:creator>harendra</dc:creator>
		<pubDate>Sat, 06 Feb 2010 11:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-2465</guid>
		<description>and the result shows up that:
&quot;Current window or frame is closed!&quot;</description>
		<content:encoded><![CDATA[<p>and the result shows up that:<br />
&#8220;Current window or frame is closed!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harendra</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-2464</link>
		<dc:creator>harendra</dc:creator>
		<pubDate>Sat, 06 Feb 2010 11:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-2464</guid>
		<description>My browser launches a pop up window when clicked a link within. I have to add some values using the pop up window and then close this window. But the control does not returns to the main browser application. can anyone help with HTML code</description>
		<content:encoded><![CDATA[<p>My browser launches a pop up window when clicked a link within. I have to add some values using the pop up window and then close this window. But the control does not returns to the main browser application. can anyone help with HTML code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-690</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-690</guid>
		<description>I have done everything you have done, but when I try to select the window I get a runtime error permission denied.  Is there a work around?</description>
		<content:encoded><![CDATA[<p>I have done everything you have done, but when I try to select the window I get a runtime error permission denied.  Is there a work around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amol</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-221</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Tue, 12 Aug 2008 20:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-221</guid>
		<description>Hi,

     I am working with pop ups and my flow is

MainWindow --&gt; Popup ---&gt;RETURN VAL--&gt;MainWindow

Now I when my popup tried to return a value to the main window it gives the following error

[error] isNewPageLoaded found an old pageLoadError
[error] Current window or frame is closed! 

The popup has a button &quot;Update&quot; and it has a onClick=&quot;submit()&quot; function.

I tried placing pause at various intervals but it still fails.

You have any idea about this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>     I am working with pop ups and my flow is</p>
<p>MainWindow &#8211;&gt; Popup &#8212;&gt;RETURN VAL&#8211;&gt;MainWindow</p>
<p>Now I when my popup tried to return a value to the main window it gives the following error</p>
<p>[error] isNewPageLoaded found an old pageLoadError<br />
[error] Current window or frame is closed! </p>
<p>The popup has a button &#8220;Update&#8221; and it has a onClick=&#8221;submit()&#8221; function.</p>
<p>I tried placing pause at various intervals but it still fails.</p>
<p>You have any idea about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.bitmotif.com/selenium/selenium-remote-control-for-java-a-tutorial-part-3/comment-page-1/#comment-172</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 08 May 2008 21:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/selenium/selenium-remote-control-for-java-%e2%80%94-a-tutorial-part-3/#comment-172</guid>
		<description>Thanks for the tip on setting window to null</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on setting window to null</p>
]]></content:encoded>
	</item>
</channel>
</rss>

