<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14083</id>
	<title>Nabble - Selenium</title>
	<updated>2009-11-06T14:10:01Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Selenium-f14083.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-f14083.html" />
	<subtitle type="html">Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. Selenium home is &lt;a href=&quot;http://openqa.org/selenium/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26230910</id>
	<title>incorrect url in selenium test</title>
	<published>2009-11-06T14:10:01Z</published>
	<updated>2009-11-06T14:10:01Z</updated>
	<author>
		<name>zelenka</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;I wonder if I hit a bug. My test clickAndWaits a link and times out. When I rightclick on the link on the webpage, selenium offers an option to open the link, but it states a wrong (truncated) URL. It says
&lt;br&gt;&lt;br&gt;open /portal/ui/services/ethernetE2E/create?execution=e2s7
&lt;br&gt;&lt;br&gt;but the actual URL for the link is
&lt;br&gt;&lt;br&gt;/portal/ui/services/ethernetE2E/create?execution=e2s7&amp;_eventId=showAll
&lt;br&gt;&lt;br&gt;Does anyone know what could be done to remedy this?
&lt;br&gt;&lt;br&gt;Thanks so much!
&lt;br&gt;z&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/incorrect-url-in-selenium-test-tp26230910p26230910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229975</id>
	<title>Re: selenium.selectframe(&quot;Desktop Innerpage &quot;)</title>
	<published>2009-11-06T02:51:42Z</published>
	<updated>2009-11-06T02:51:42Z</updated>
	<author>
		<name>mpst</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Try to using as see below
&lt;br&gt;&lt;br&gt;selenium.selectFrame(&amp;quot;relative=top&amp;quot;);
&lt;br&gt;selenium.selectFrame(&amp;quot;Desktop Innerpage &amp;quot;);
&lt;br&gt;&lt;br&gt;I hope to go :)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;HS-10 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hi 
&lt;br&gt;&lt;br&gt;I am running a simple test where the script received by the IDE says
&lt;br&gt;selenium.selectFrame(&amp;quot;Desktop Innerpage &amp;quot;);
&lt;br&gt;&lt;br&gt;Running this test in java I get : ERROR: Element Desktop Innerpage not found on session 300828
&lt;br&gt;&lt;br&gt;I have tried to to use :
&lt;br&gt;selenium.selectFrame(&amp;quot;relative=up&amp;quot;);
&lt;br&gt;selenium.selectFrame(&amp;quot;relative=parent&amp;quot;);
&lt;br&gt;&lt;br&gt;but nothing helps. 
&lt;br&gt;&lt;br&gt;Anyone knows how to solve this bug?
&lt;br&gt;&lt;br&gt;Thanks 
&lt;br&gt;yuval
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: selenium-users-unsubscribe@openqa.org
&lt;br&gt;For additional commands, e-mail: selenium-users-help@openqa.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/selenium.selectframe%28%22Desktop-Innerpage-%22%29-tp11862280p26229975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26221260</id>
	<title>Testing elements with dynamic id</title>
	<published>2009-11-05T12:25:45Z</published>
	<updated>2009-11-05T12:25:45Z</updated>
	<author>
		<name>annymmor</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I am trying to make a test for a web page with dynamic parameters based on GWT application.
&lt;br&gt;Above I describe what happens
&lt;br&gt;So what I am trying to do is to record a page and than play it again.
&lt;br&gt;The page has every time another xpath.It has also 4 elements with the same name-&amp;gt;&amp;quot;Go to&amp;quot;.
&lt;br&gt;If I select a &amp;quot;go to&amp;quot; link, and after finish recording I play the test.The element which I click on during the test doesn't exist on the page becuase it has a different ID.
&lt;br&gt;That's all!
&lt;br&gt;How can I test with SELENIUM a page with dynamic values for elements?
&lt;br&gt;Thanks,
&lt;br&gt;Romina&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testing-elements-with-dynamic-id-tp26221260p26221260.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213633</id>
	<title>Re: Not able select the pop up window</title>
	<published>2009-11-05T04:37:42Z</published>
	<updated>2009-11-05T04:37:42Z</updated>
	<author>
		<name>Bhargav</name>
	</author>
	<content type="html">hi ,
&lt;br&gt;&lt;br&gt;Instead of giving the title as the identifier to select a popup window, use Selenium IDE to record those actions first &amp; use the ID recorded in the selenium IDE .Hope this works for your issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Eleo-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi 
&lt;br&gt;i am using a devlopment testing framework called Jameleon which is in built using a SeleniumRC.
&lt;br&gt;the problem is like this, i m clicking on an image that will results to popup, but while i m trying to select
&lt;br&gt;popup window i m getting exception like window does not exist
&lt;br&gt;&lt;br&gt;my plugins are like this.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;otplugin-ClickImage
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; functionId=&amp;quot;Select Performer&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name=&amp;quot;//img[@alt='Select Performer']&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HTMLAttribute=&amp;quot;alt=Select Performer&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;	 	 &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;otplugin-Wait
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; functionId=&amp;quot;WaitForPopUp&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; waitForElementType=&amp;quot;POPUP&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; waitForElementIdentifier=&amp;quot;Select performer&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /&amp;gt;		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;otplugin-SelectWindow
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; functionId=&amp;quot;Select Select performer&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Title=&amp;quot;Select performer&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /&amp;gt;
&lt;br&gt;&lt;br&gt;i m getting the following exception
&lt;br&gt;&lt;br&gt;com.thoughtworks.selenium.SeleniumException: ERROR: Window does not exist
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.thoughtworks.selenium.DefaultSelenium.selectWindow(DefaultSelenium.java:230)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.plugin.opentext.tags.general.actions.SelectWindowTag.testBlock(SelectWindowTag.java:42)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.function.FunctionTag.doTag(FunctionTag.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.SessionTag.doTag(SessionTag.java:189)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.PostconditionTag.doTag(PostconditionTag.java:36)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.TestCaseTag.invokeChildren(TestCaseTag.java:658)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.TestCaseTag$1.run(TestCaseTag.java:868)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.TestCaseTag.executeBody(TestCaseTag.java:929)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.TestCaseTag.executeNoCSV(TestCaseTag.java:866)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.TestCaseTag.doTag(TestCaseTag.java:815)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:706)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:670)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:579)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.ExecuteTestCase.runScript(ExecuteTestCase.java:271)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jameleon.ui.TestCasePane$ExecuteButtonAction$2.run(TestCasePane.java:293)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: selenium-ide-users-unsubscribe@openqa.org
&lt;br&gt;For additional commands, e-mail: selenium-ide-users-help@openqa.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Not-able-select-the-pop-up-window-tp12653534p26213633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213630</id>
	<title>How to use addScript &amp; runScript in selenium IDE</title>
	<published>2009-11-05T04:32:59Z</published>
	<updated>2009-11-05T04:32:59Z</updated>
	<author>
		<name>Bhargav</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I need help in using the above two commands, in order to select a link which is of the form 
&lt;br&gt;&lt;br&gt;&amp;lt;td nowrap=&amp;quot;&amp;quot; align=&amp;quot;CENTER&amp;quot;&amp;gt;
&lt;br&gt;&lt;a href=&quot;javascript:selectNodeItem( 2000, 'Livelink', 'üEnterprise' ) &quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Select &amp;gt;&lt;/a&gt;&lt;br&gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&lt;br&gt;I am not able to click that &amp;quot;Select &amp;gt;&amp;quot; link which comes in a window . I am able to click on the other links of that window.
&lt;br&gt;&lt;br&gt;so wanted to add this below script using addScript of selenium IDE ..
&lt;br&gt;function tclickselect()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var 	link;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var 	children;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var		entries;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var		j;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var		menuNames = new Array();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; link = document.getElementsByTagName( 'a' );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(link.length);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for ( j = 0; j &amp;lt; link.length; ++j )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entries = children[j].textContent;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;		if(entries.length&amp;gt;0 ) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entries =link[1].split(&amp;quot;:&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return(entries[1]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;Please suggest a solution to this issue.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Anil.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-use-addScript---runScript-in-selenium-IDE-tp26213630p26213630.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26209646</id>
	<title>ClickAt(...) Sliderbar</title>
	<published>2009-11-05T02:25:14Z</published>
	<updated>2009-11-05T02:25:14Z</updated>
	<author>
		<name>TH Lim</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;How do I make Selenium IDE to click / drag the sliderbar in the website I am working on (&lt;a href=&quot;http://www.project-500.com/500/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.project-500.com/500/&lt;/a&gt;&amp;nbsp;- click NEXT to move proceed to 2nd page)? I tried using various combination with relative to various DIVs and coordinates on the page. 
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;/lim/&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClickAt%28...%29-Sliderbar-tp26209646p26209646.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26206375</id>
	<title>How to store substring?</title>
	<published>2009-11-04T15:12:18Z</published>
	<updated>2009-11-04T15:12:18Z</updated>
	<author>
		<name>Sezi</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;I am trying to aply java function substring() on 'variable' defined by xpath syntax like this
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;|storeValue | name | wholeName | 
&lt;br&gt;|store | javascript{wholeName.substring(1,5)} | substring | 
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Selenium replies that &amp;quot;wholeName is not defined&amp;quot;. How to solve this problem?
&lt;br&gt;&lt;br&gt;Thanks a lot
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-store-substring--tp26206375p26206375.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160209</id>
	<title>Create a function in the user extension that will execute several verify commands</title>
	<published>2009-11-03T07:46:42Z</published>
	<updated>2009-11-03T07:46:42Z</updated>
	<author>
		<name>meow730</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I was wondering if it is possible to create a function that will call several verifytext commands in the user extension so that the code can be re-used for other test cases?
&lt;br&gt;&lt;br&gt;Thanks in advance for your help.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Create-a-function-in-the-user-extension-that-will-execute-several-verify-commands-tp26160209p26160209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26157870</id>
	<title>gotolabel - return to spot in script that called the command</title>
	<published>2009-11-02T14:04:18Z</published>
	<updated>2009-11-02T14:04:18Z</updated>
	<author>
		<name>meow730</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;echo / Test Case #1
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #2
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #3
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;label / UncheckAll
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&lt;br&gt;All I want is to be able to &amp;quot;return&amp;quot; to the spot in the script at which the gotolable command was called. &amp;nbsp;Is this possible?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gotolabel---return-to-spot-in-script-that-called-the-command-tp26157870p26157870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26157869</id>
	<title>gotolabel - return to where the goto command was originally called</title>
	<published>2009-11-02T14:03:03Z</published>
	<updated>2009-11-02T14:03:03Z</updated>
	<author>
		<name>meow730</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;echo / Test Case #1
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #2
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #3
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;label / UncheckAll
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&lt;br&gt;All I want is to be able to &amp;quot;return&amp;quot; to the spot in the script at which the gotolable command was called. &amp;nbsp;Is this possible?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gotolabel---return-to-where-the-goto-command-was-originally-called-tp26157869p26157869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26157868</id>
	<title>gotolabel - return to where the goto command was originally called</title>
	<published>2009-11-02T14:02:52Z</published>
	<updated>2009-11-02T14:02:52Z</updated>
	<author>
		<name>meow730</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;echo / Test Case #1
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #2
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #3
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;label / UncheckAll
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&lt;br&gt;All I want is to be able to &amp;quot;return&amp;quot; to the spot in the script at which the gotolable command was called. &amp;nbsp;Is this possible?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gotolabel---return-to-where-the-goto-command-was-originally-called-tp26157868p26157868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26157863</id>
	<title>gotolabel - return to where the goto command was originally called</title>
	<published>2009-11-02T13:59:57Z</published>
	<updated>2009-11-02T13:59:57Z</updated>
	<author>
		<name>meow730</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;echo / Test Case #1
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #2
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;&lt;br&gt;echo / Test Case #3
&lt;br&gt;...do something...
&lt;br&gt;gotolabel / UncheckAll
&lt;br&gt;label / UncheckAll
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&lt;br&gt;All I want is to be able to &amp;quot;return&amp;quot; to the spot in the script at which the gotolable command was called. &amp;nbsp;Is this possible?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gotolabel---return-to-where-the-goto-command-was-originally-called-tp26157863p26157863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26118844</id>
	<title>Re: Selenium to test Stand Alone applications</title>
	<published>2009-10-29T11:59:00Z</published>
	<updated>2009-10-29T11:59:00Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Selenium is for testing web applications. I don't think, we can perform testing on stand-alone apps using Selenium.
&lt;br&gt;&lt;br&gt;thanks.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-to-test-Stand-Alone-applications-tp25780971p26118844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26088428</id>
	<title>Re: Selenium - maven configuration</title>
	<published>2009-10-27T19:34:50Z</published>
	<updated>2009-10-27T19:34:50Z</updated>
	<author>
		<name>russpitre</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;indranilsarkar wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have a selenium test suite which is having two types of groups &amp;quot;sanity&amp;quot; and &amp;quot;All&amp;quot;
&lt;br&gt;I want to run mvn command which will tell &amp;nbsp;maven which group should be executed
&lt;br&gt;Command could be like this : mvn -Dtest=sanity test
&lt;br&gt;&lt;br&gt;Any pointer?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
You could use maven profiles and then run maven like this: mvn verify -P sanityTests
&lt;br&gt;&lt;br&gt;You would need to configure maven-surefire-plugin to include the Tests you want to run and exclude the ones you don't. &amp;nbsp;Something like this i suppose:
&lt;br&gt;&lt;br&gt;&amp;lt;profiles&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;profile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;sanityTests&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;environment&amp;gt;development&amp;lt;/environment&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-surefire-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Exclude all integration tests so that they are not executed during
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the test phase. This is because of a limitation in Maven 2.0.x which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; only supports compiling a single test source tree. The
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; recommendation is to create a separate module for functional tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as is done in the cargo-archetype-webapp-functional-test-module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;excludes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;**/it/**&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;**/selenium/**&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/excludes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;integration-test&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goal&amp;gt;test&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Include only integration tests so that they are executed during
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the integration-test phase. Again this this is because of a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; limitation in Maven 2.0.x which only supports compiling a single
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; test source tree. The recommendation is to create a separate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; module for functional tests as is done in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cargo-archetype-webapp-functional-test-module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;excludes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;exclude&amp;gt;none&amp;lt;/exclude&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/excludes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;**/it/**&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;include&amp;gt;**/selenium/**&amp;lt;/include&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/includes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/profile&amp;gt;
&lt;br&gt;&amp;lt;/profiles&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium---maven-configuration-tp26005545p26088428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26084189</id>
	<title>[SOLVED] Maximize browser window when testing with Selenium RC</title>
	<published>2009-10-27T13:02:10Z</published>
	<updated>2009-10-27T13:02:10Z</updated>
	<author>
		<name>BoBoMonkey</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;You would have noticed that there isn't a way to maximize (fully strech-out) the browser window using selenium RC. However this is possible using the JAVA robot class. Check out the post &lt;a href=&quot;http://functionaltestautomation.blogspot.com/2009/10/maximize-browser-window-using-java.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maximize browser window&lt;/a&gt;&amp;nbsp;on my blog to get the code to do just that. I have tested this on Firefox and IE but it should work on every browser.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SOLVED--Maximize-browser-window-when-testing-with-Selenium-RC-tp26084189p26084189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26084134</id>
	<title>Re: Maximize size of remote control browser launcher</title>
	<published>2009-10-27T12:59:58Z</published>
	<updated>2009-10-27T12:59:58Z</updated>
	<author>
		<name>BoBoMonkey</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Read the post &lt;a href=&quot;http://functionaltestautomation.blogspot.com/2009/10/maximize-browser-window-using-java.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Maximize browser window&lt;/a&gt;&amp;nbsp;on my blog. I have just the code you need.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;R-24 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi
&lt;br&gt;&lt;br&gt;As the selenium RC browser launches as a size smaller than a maximized application I am getting a javascript error. I can fix this by making the size of the testRunner frame bigger. However, this is inconvenient as I have to do it for every test. Is there a way that I can launch the tests so that the frame is maximized from the beginning??
&lt;br&gt;Thanks in advance
&lt;br&gt;&lt;br&gt;Rory
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: selenium-dev-unsubscribe@openqa.org
&lt;br&gt;For additional commands, e-mail: selenium-dev-help@openqa.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Devel-f14088.html&quot; embed=&quot;fixTarget[14088]&quot; target=&quot;_top&quot; &gt;Selenium - Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maximize-size-of-remote-control-browser-launcher-tp12343561p26084134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26083962</id>
	<title>Re: How to display &amp; maximize the browser window when Selenium test starts ?</title>
	<published>2009-10-27T12:50:06Z</published>
	<updated>2009-10-27T12:50:06Z</updated>
	<author>
		<name>BoBoMonkey</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Read the post &lt;a href=&quot;http://functionaltestautomation.blogspot.com/2009/10/maximize-browser-window-using-java.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Maximize browser window&lt;/a&gt;&amp;nbsp;on my blog. I have just the code you want.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;R-24 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;&lt;br&gt;When I run my test using Selenium RC, I want to display &amp; maximize the browser so that I can see the test in action, just like demo. 
&lt;br&gt;Is there anyway I can do this programmatically ? Because during test, the browser always stays minimized until I click &amp; maximize it manually. I've checked windowMaximize and windowFocus method but I can't find the right window name to pass as parameter.
&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Setya
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: selenium-dev-unsubscribe@openqa.org
&lt;br&gt;For additional commands, e-mail: selenium-dev-help@openqa.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Devel-f14088.html&quot; embed=&quot;fixTarget[14088]&quot; target=&quot;_top&quot; &gt;Selenium - Devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-display---maximize-the-browser-window-when-Selenium-test-starts---tp10159535p26083962.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26065273</id>
	<title>Popups again!</title>
	<published>2009-10-26T11:48:22Z</published>
	<updated>2009-10-26T11:48:22Z</updated>
	<author>
		<name>George.Francis</name>
	</author>
	<content type="html">I know that many questions along this theme have been asked previously, but here is my specific case:
&lt;br&gt;I'm running Java selenium tests by inheriting from SeleneseTestCase. &amp;nbsp;IE7 on WinXP.
&lt;br&gt;In this one test, the framework 'clicks on' a link that invokes a popup window (by submitting a form whose target is _blank). &amp;nbsp;I have put a call to pause() so Selenium waits 30 seconds for the popup window to appear, and it's contents initialise. &amp;nbsp;I have observed this occurring. &amp;nbsp;The problem is that after that pause, when the test calls:
&lt;br&gt;selenium.getAllWindowTitles()
&lt;br&gt;it only returns only one element - the title of the original IE window, not the popup. &amp;nbsp;I have no way to refer to the popup window to validate it's content.
&lt;br&gt;Please advise if there's another approach I can take to 'refer to' the popup window. &amp;nbsp;I need this test to run on IE.
&lt;br&gt;Thanks,&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Popups-again%21-tp26065273p26065273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26008841</id>
	<title>how to configure selenium server and selenium script on diffrent machines</title>
	<published>2009-10-22T05:11:39Z</published>
	<updated>2009-10-22T05:11:39Z</updated>
	<author>
		<name>anuppala</name>
	</author>
	<content type="html">I have started selenium server on machine A. Now I am running selenium perl script on machine B.
&lt;br&gt;&lt;br&gt;When I start the perl script, it is opening the browser on machine A instead on machine B. 
&lt;br&gt;&lt;br&gt;What configuration changes I need to make to make the browser open in machine B, where I start the Selenium Perl automation script.
&lt;br&gt;&lt;br&gt;I am using Selenium-RC on Machine A.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-configure-selenium-server-and-selenium-script-on-diffrent-machines-tp26008841p26008841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26005545</id>
	<title>Selenium - maven configuration</title>
	<published>2009-10-22T00:54:56Z</published>
	<updated>2009-10-22T00:54:56Z</updated>
	<author>
		<name>indranilsarkar</name>
	</author>
	<content type="html">I have a selenium test suite which is having two types of groups &amp;quot;sanity&amp;quot; and &amp;quot;All&amp;quot;
&lt;br&gt;I want to run mvn command which will tell &amp;nbsp;maven which group should be executed
&lt;br&gt;Command could be like this : mvn -Dtest=sanity test
&lt;br&gt;&lt;br&gt;Any pointer?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium---maven-configuration-tp26005545p26005545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25995737</id>
	<title>Selenium - can it handle captcha validation?</title>
	<published>2009-10-21T09:22:12Z</published>
	<updated>2009-10-21T09:22:12Z</updated>
	<author>
		<name>indranilsarkar</name>
	</author>
	<content type="html">I have a sign up form with copy characters. Could there be any solution, so that selenium test case can even read captcha from the for, and write it to the captcha validation text box?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium---can-it-handle-captcha-validation--tp25995737p25995737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25982999</id>
	<title>Selenium with Perl</title>
	<published>2009-10-20T14:36:09Z</published>
	<updated>2009-10-20T14:36:09Z</updated>
	<author>
		<name>akc31</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Does someone know where to get perl version of all the commands used in selenium.
&lt;br&gt;&lt;br&gt;Thank You. &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-with-Perl-tp25982999p25982999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25970531</id>
	<title>Selenium server jams to &quot;Checking Resource aliases&quot;</title>
	<published>2009-10-19T23:54:05Z</published>
	<updated>2009-10-19T23:54:05Z</updated>
	<author>
		<name>Metusaleh</name>
	</author>
	<content type="html">I try to start my simple test suite like this
&lt;br&gt;java -jar selenium-server.jar -multiwindow -port 4444 -htmlSuite &amp;quot;*firefox&amp;quot; &amp;quot;&lt;a href=&quot;http://www.google.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com&lt;/a&gt;&amp;quot; &amp;quot;C:\path\mysuite.html&amp;quot; &amp;quot;C:\path\myresults.html&amp;quot;
&lt;br&gt;&lt;br&gt;It goes fine until it jams to &amp;quot;Checking Resource aliases&amp;quot;. This comes when Selenium is trying to finish suite's first test case. From Selenium IDE test suite works just fine. Does anyone know what might be wrong? Thanks in advance!&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-server-jams-to-%22Checking-Resource-aliases%22-tp25970531p25970531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25924590</id>
	<title>Re: Security Warning on final page, how to remove</title>
	<published>2009-10-16T05:28:29Z</published>
	<updated>2009-10-16T05:28:29Z</updated>
	<author>
		<name>andrew_gr</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;cats_dlk wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm in the middle of creating an automated test suite for my company's website. &amp;nbsp;Everything is going smoothly until the final page, where when I select the &amp;quot;Continue&amp;quot; button a security pop-up appears:
&lt;br&gt;&amp;quot;Security Warning
&lt;br&gt;Athough this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
&lt;br&gt;Are you sure you want to continue sending this information?&amp;quot;
&lt;br&gt;&lt;br&gt;I am unable to find a command which would allow me to continue, without having to left click my mouse button. &amp;nbsp;I have over 40 tests and if I have to manually do this each time then it defeats the purpose of automating the website. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I have de-selected all the warning messages in the &amp;quot;Options&amp;quot; setting.
&lt;br&gt;&lt;br&gt;Does anyone have any idea what command I could use in my script to get rid of this warning pop-up.
&lt;br&gt;&lt;br&gt;Currently I have a &amp;quot;Cancel&amp;quot;! and &amp;quot;Continue&amp;quot; button on the final page.
&lt;br&gt;I clickAndWait the &amp;quot;Continue&amp;quot; button.
&lt;br&gt;The &amp;quot;Security Warning&amp;quot; pops-up.
&lt;br&gt;I select &amp;quot;Continue&amp;quot; using the mouse.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;cats_dlk
&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
this should sort you out 
&lt;br&gt;&lt;br&gt;selenium.KeyPressNative(&amp;quot;10&amp;quot;);
&lt;br&gt;&lt;br&gt;just emulating hitting &amp;quot;Enter Key&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Security-Warning-on-final-page%2C-how-to-remove-tp22907376p25924590.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25850362</id>
	<title>Re: how to get the href or url of the web page with selenium ide</title>
	<published>2009-10-11T21:21:28Z</published>
	<updated>2009-10-11T21:21:28Z</updated>
	<author>
		<name>thatikonda</name>
	</author>
	<content type="html">How to retrieve URL of the page dynamically with selenium IDE?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;quote author=&quot;thatikonda&quot;&gt;&lt;br&gt;I want to store URL of a page in a variable. 
&lt;br&gt;&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;store&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;here I have to get current pageURL &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;url&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&lt;br&gt;How to store current page Url in a variable ? &amp;nbsp;Is it possible to retrieve with dom or Java script ? How to do this?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I want to display that URL with an echo.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kjaladi wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi, Can you be little more clear please?
&lt;br&gt;&lt;br&gt;thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-get-the-href-or-url-of-the-web-page-with-selenium-ide-tp25829685p25850362.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25845554</id>
	<title>Re: how to get the href or url of the web page with selenium ide</title>
	<published>2009-10-11T10:23:38Z</published>
	<updated>2009-10-11T10:23:38Z</updated>
	<author>
		<name>thatikonda</name>
	</author>
	<content type="html">I want to store URL of a page in a variable. 
&lt;br&gt;&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;store&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;here I have to get current pageURL &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;url&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&lt;br&gt;How to store current page Url in a variable ? &amp;nbsp;Is it possible to retrieve with dom or Java script ? How to do this?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I want to display that URL with an echo.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kjaladi wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi, Can you be little more clear please?
&lt;br&gt;&lt;br&gt;thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-get-the-href-or-url-of-the-web-page-with-selenium-ide-tp25829685p25845554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25841211</id>
	<title>Re: how to get the href or url of the web page with selenium ide</title>
	<published>2009-10-11T00:16:54Z</published>
	<updated>2009-10-11T00:16:54Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Hi, Can you be little more clear please?
&lt;br&gt;&lt;br&gt;thanks.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-get-the-href-or-url-of-the-web-page-with-selenium-ide-tp25829685p25841211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25829685</id>
	<title>how to get the href or url of the web page with selenium ide</title>
	<published>2009-10-09T17:11:23Z</published>
	<updated>2009-10-09T17:11:23Z</updated>
	<author>
		<name>thatikonda</name>
	</author>
	<content type="html">Hi friends,
&lt;br&gt;&lt;br&gt;My question is: &amp;nbsp;
&lt;br&gt;&lt;br&gt;1. I opened google.com (my url is google.com)
&lt;br&gt;&lt;br&gt;2. just I typed &amp;quot;selenium ide&amp;quot; and enter
&lt;br&gt;&lt;br&gt;3. Now am seeing &amp;nbsp;url as &amp;quot;&lt;a href=&quot;http://www.google.com/#hl=en&amp;source=hp&amp;q=selenium+ide&amp;btnG=Google+Search&amp;aq=f&amp;aqi=g10&amp;oq=selenium+ide&amp;fp=a70abe15f561671b&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/#hl=en&amp;source=hp&amp;q=selenium+ide&amp;btnG=Google+Search&amp;aq=f&amp;aqi=g10&amp;oq=selenium+ide&amp;fp=a70abe15f561671b&lt;/a&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;I want to store above url in a variable.
&lt;br&gt;&lt;br&gt;How I have to do this ??????
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-get-the-href-or-url-of-the-web-page-with-selenium-ide-tp25829685p25829685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25783890</id>
	<title>Re: Need help with pop-up issue using Selenium RC in IE7 testing</title>
	<published>2009-10-07T03:58:01Z</published>
	<updated>2009-10-07T03:58:01Z</updated>
	<author>
		<name>boomi_selenium</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Which type of popup you are getting?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Boomi.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hades_Pluto wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;&lt;br&gt;I am having some trouble in IE7 testing with Selenium RC. I have no trouble automate the test in Firefox but I can never work around this issue in IE testing. Whenever there has to deal with a pop-up window, I am receiving an &amp;quot;Permission Denied&amp;quot; error message but I have disabled Pop-up blocker in IE browser, enabled all the Scripting options, and shutdown all the Virus-Scan. I have also checked on the Machine Debug Manaager (MDM) to make sure that there is no any influence to the IE automation testing. A lot of people have helped me already but i still cannot find a solution to work around this. Any suggestions?
&lt;br&gt;&lt;br&gt;By the way, the pop-up window does not have any title and no window id associate with it, I would like to like a way to work around this issue in this situation if it is possible.
&lt;br&gt;&lt;br&gt;Thank you very much.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;Hades Pluto
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-pop-up-issue-using-Selenium-RC-in-IE7-testing-tp25757017p25783890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25780971</id>
	<title>Selenium to test Stand Alone applications</title>
	<published>2009-10-06T22:59:34Z</published>
	<updated>2009-10-06T22:59:34Z</updated>
	<author>
		<name>lakpr02</name>
	</author>
	<content type="html">Hi Friends,
&lt;br&gt;&lt;br&gt;&amp;nbsp;I work on a product that runs as a Stand Alone application and we are trying to see if we can use Selenium to automate our product. But after going through the Selenium website and referring to other forums i have understood that Selenium supports automation of ONLY Web applications. So my specific question is - 
&lt;br&gt;&lt;br&gt;= &amp;gt; Is it possible to test Stand Alone applications using Selenium ? If so, can you please point me to the appropriate references ?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Pravin
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-to-test-Stand-Alone-applications-tp25780971p25780971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25757017</id>
	<title>Need help with pop-up issue using Selenium RC in IE7 testing</title>
	<published>2009-10-05T14:11:17Z</published>
	<updated>2009-10-05T14:11:17Z</updated>
	<author>
		<name>Hades_Pluto</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am having some trouble in IE7 testing with Selenium RC. I have no trouble automate the test in Firefox but I can never work around this issue in IE testing. Whenever there has to deal with a pop-up window, I am receiving an &amp;quot;Permission Denied&amp;quot; error message but I have disabled Pop-up blocker in IE browser, enabled all the Scripting options, and shutdown all the Virus-Scan. I have also checked on the Machine Debug Manaager (MDM) to make sure that there is no any influence to the IE automation testing. A lot of people have helped me already but i still cannot find a solution to work around this. Any suggestions?
&lt;br&gt;&lt;br&gt;By the way, the pop-up window does not have any title and no window id associate with it, I would like to like a way to work around this issue in this situation if it is possible.
&lt;br&gt;&lt;br&gt;Thank you very much.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;Hades Pluto&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-pop-up-issue-using-Selenium-RC-in-IE7-testing-tp25757017p25757017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25741212</id>
	<title>Goto Function in IDE...</title>
	<published>2009-10-04T12:24:03Z</published>
	<updated>2009-10-04T12:24:03Z</updated>
	<author>
		<name>ABC123xyz!</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;I've looked and looked downloaded the extension but, there isn't an example S-IDE script... all there is a lot of talk how to possible edit the script manually.
&lt;br&gt;&lt;br&gt;I want to learn how to do it in the IDE... later I will learn the rest. Can someone post an IDE script that has the goto function or examples of such?
&lt;br&gt;&lt;br&gt;-John&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium-IDE---Users-f14086.html&quot; embed=&quot;fixTarget[14086]&quot; target=&quot;_top&quot; &gt;Selenium IDE - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Goto-Function-in-IDE...-tp25741212p25741212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25731717</id>
	<title>Re: Data Driven test with Selenium</title>
	<published>2009-10-03T12:02:18Z</published>
	<updated>2009-10-03T12:02:18Z</updated>
	<author>
		<name>BoBoMonkey</name>
	</author>
	<content type="html">&lt;br&gt;Hi All, 
&lt;br&gt;&lt;br&gt;I have created a tutorial on &lt;a href=&quot;http://functionaltestautomation.blogspot.com/2009/10/dataprovider-data-driven-testing-with.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Data Driven testing using Selenium &amp; TestNG in the Eclipse environment&lt;/a&gt;&amp;nbsp;on my blog. I have described a very simple but very powerful way of storing &amp; retrieving test data from excel files and and linking them to the test logic in your java test class file. The example given is self containing and very easy to follow. I have used this approach to automate close to 1000 test cases so far.
&lt;br&gt;&lt;br&gt;Cheers&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Data-Driven-test-with-Selenium-tp7375808p25731717.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25731673</id>
	<title>Data Driven Testing with Selenium and TestNG</title>
	<published>2009-10-03T11:58:59Z</published>
	<updated>2009-10-03T11:58:59Z</updated>
	<author>
		<name>BoBoMonkey</name>
	</author>
	<content type="html">Hi All, 
&lt;br&gt;&lt;br&gt;I have created a tutorial on &lt;a href=&quot;http://functionaltestautomation.blogspot.com/2009/10/dataprovider-data-driven-testing-with.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Data Driven testing using Selenium &amp; TestNG in the Eclipse environment&lt;/a&gt;&amp;nbsp;on my blog. I have described a very simple but very powerful way of storing &amp; retrieving test data from excel files and and linking them to the test logic in your java test class file. The example given is self containing and very easy to follow. I have used this approach to automate close to 1000 test cases so far.
&lt;br&gt;&lt;br&gt;Cheers&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Data-Driven-Testing-with-Selenium-and-TestNG-tp25731673p25731673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25687735</id>
	<title>Selenium-java client not working with any IE8 on Vista - getting Javascript error &quot;null&quot; is null or not an object</title>
	<published>2009-09-30T12:52:44Z</published>
	<updated>2009-09-30T12:52:44Z</updated>
	<author>
		<name>boriskin</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I am using selenium java client and lately has spent some good chunk of time trying to get it to work with IE 8 on Vista. I am using selenium server 1.0.1, but also tried 1.0-beta-2 and 1.0.0 - all getting the same error. Here's the error: before the start of every test, i get a Javascript error popup window that displays error message: &amp;quot;null&amp;quot; is null or not an object in C:/[userhomedir]/[IE temp profile dir]/selenium-bot.js. If i press either yes or no, test finishes normally and the same problem happens when the next test starts.
&lt;br&gt;&lt;br&gt;I have tried not only different server versions, but also different browser executable strings, *iexplore, *iehta, *iexploreproxy. *iexplore and *iehta produce the above error, but *iexploreproxy simply freezes on the first page of a test (does not produce that javascript error however). It is possible that *iexploreproxy works but is simply very very slow, but i set the timeout to 20 times as high and the test was timing out before doing something as simple as clicking on the link. 
&lt;br&gt;&lt;br&gt;Have anyone else had a similar problem with IE 8 (or any other version of IE). If yes, please post what your remedy was.
&lt;br&gt;&lt;br&gt;Thank you&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Selenium---Users-f14084.html&quot; embed=&quot;fixTarget[14084]&quot; target=&quot;_top&quot; &gt;Selenium - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-java-client-not-working-with-any-IE8-on-Vista---getting-Javascript-error-%22null%22-is-null-or-not-an-object-tp25687735p25687735.html" />
</entry>

</feed>
