<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14082</id>
	<title>Nabble - OpenQA</title>
	<updated>2009-12-23T04:10:49Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/OpenQA-f14082.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OpenQA-f14082.html" />
	<subtitle type="html">OpenQA is the premier source for open source QA projects and news. OpenQA home is &lt;a href=&quot;http://openqa.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26901268</id>
	<title>Remote Command Exception</title>
	<published>2009-12-23T04:10:49Z</published>
	<updated>2009-12-23T04:10:49Z</updated>
	<author>
		<name>maturipradeep</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I am executing the selenium script in 10 the remote machines using -Proxy InjectionMode, that to for particular duration/period. I have used java code to execute the script for the specified duration like 30mins or 1hr. While in the middle of the execution, some of the browsers getting disconnected/closed with some exception as Shown below
&lt;br&gt;&lt;br&gt;Here i have used 
&lt;br&gt;&lt;br&gt;Selenium-grid-1.0.4
&lt;br&gt;Selenium-remote-control-1.0.1
&lt;br&gt;TestNG-5.9
&lt;br&gt;Java1.6 - for executing the selenium script
&lt;br&gt;&lt;br&gt;&lt;br&gt;21:02:04.856 INFO - Command request: click[link=Login, ] on session de5f4d5c9f6d
&lt;br&gt;4910ab80acfd6629f950
&lt;br&gt;21:02:04.871 INFO - Got result: OK on session de5f4d5c9f6d4910ab80acfd6629f950
&lt;br&gt;21:02:04.887 INFO - Command request: waitForPageToLoad[30000, ] on session de5f4
&lt;br&gt;d5c9f6d4910ab80acfd6629f950
&lt;br&gt;21:02:35.871 ERROR - Exception running 'waitForPageToLoad 'command on session de
&lt;br&gt;5f4d5c9f6d4910ab80acfd6629f950
&lt;br&gt;org.openqa.selenium.server.RemoteCommandException: timed out waiting for window
&lt;br&gt;'selenium_main_app_window' to appear
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.FrameGroupCommandQueueSet.waitForLoad(Fram
&lt;br&gt;eGroupCommandQueueSet.java:567)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.FrameGroupCommandQueueSet.waitForLoad(Fram
&lt;br&gt;eGroupCommandQueueSet.java:524)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.FrameGroupCommandQueueSet.waitForLoad(Fram
&lt;br&gt;eGroupCommandQueueSet.java:533)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.FrameGroupCommandQueueSet.doCommand(FrameG
&lt;br&gt;roupCommandQueueSet.java:354)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.commands.SeleniumCoreCommand.execute(Selen
&lt;br&gt;iumCoreCommand.java:35)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(Se
&lt;br&gt;leniumDriverResourceHandler.java:549)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleComman
&lt;br&gt;dRequest(SeleniumDriverResourceHandler.java:364)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(Selen
&lt;br&gt;iumDriverResourceHandler.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpServer.service(HttpServer.java:909)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:
&lt;br&gt;245)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
&lt;br&gt;21:02:35.871 INFO - Got result: ERROR Server Exception: timed out waiting for wi
&lt;br&gt;ndow 'selenium_main_app_window' to appear on session de5f4d5c9f6d4910ab80acfd662
&lt;br&gt;9f950
&lt;br&gt;21:02:35.871 INFO - Command request: testComplete[, ] on session de5f4d5c9f6d491
&lt;br&gt;0ab80acfd6629f950
&lt;br&gt;21:02:35.871 INFO - Killing Firefox...
&lt;br&gt;21:02:36.043 INFO - Got result: OK on session de5f4d5c9f6d4910ab80acfd6629f950
&lt;br&gt;&lt;br&gt;Someone can help me to move forward.
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards,
&lt;br&gt;Pradeep Maturi&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/Remote-Command-Exception-tp26901268p26901268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26889766</id>
	<title>Re: New to Selenium IDE - need &quot;mouseUp&quot; help</title>
	<published>2009-12-22T07:09:23Z</published>
	<updated>2009-12-22T07:09:23Z</updated>
	<author>
		<name>annymmor</name>
	</author>
	<content type="html">I didn't understand quite well how I delete &amp;quot;+&amp;quot; from the patch file.Can you explain me?
&lt;br&gt;Thanks a lot.
&lt;br&gt;Animor
&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;Alexandre Garel wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Chris Simeone a écrit :
&lt;br&gt;&amp;gt; I located the mouseUp event patch (&lt;a href=&quot;http://jira.openqa.org/browse/SEL-205&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.openqa.org/browse/SEL-205&lt;/a&gt;), but I don't know how to install the patch 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Open the file in a text editior, this is a diff between actual files and 
&lt;br&gt;target files.
&lt;br&gt;In your case, just add line begining with '+' to the correct file below 
&lt;br&gt;the line you see above (note : do not add the '+' itself).
&lt;br&gt;Hope it helps
&lt;br&gt;Alex
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Ce message est protégé par les règles relatives au secret des correspondances. Il est donc établi à destination exclusive de son destinataire. Celui-ci peut donc contenir des informations confidentielles. La divulgation de ces informations est à ce titre rigoureusement interdite. Si vous avez reçu ce message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail figure ci-dessus et de détruire le message ainsi que toute pièce jointe.
&lt;br&gt;&lt;br&gt;This message is protected by the secrecy of correspondence rules. Therefore, this message is intended solely for the attention of the addressee. This message may contain privileged or confidential information, as such the disclosure of these informations is strictly forbidden. If, by mistake, you have received this message, please return this message to the addressser whose e-mail address is written above and destroy this message and all files attached.
&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/New-to-Selenium-IDE---need-%22mouseUp%22-help-tp5205718p26889766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26845328</id>
	<title>No Test to run</title>
	<published>2009-12-18T07:46:32Z</published>
	<updated>2009-12-18T07:46:32Z</updated>
	<author>
		<name>gb_kriss</name>
	</author>
	<content type="html">Hello All
&lt;br&gt;&lt;br&gt;iam trying to execute a testcase using selenium rc/TestNG /Maven
&lt;br&gt;(pom.xml), when iam building the pom.xml
&lt;br&gt;&lt;br&gt;it is giving as
&lt;br&gt;&lt;br&gt;Executing tasks
&lt;br&gt;&amp;nbsp;[selenium] &amp;nbsp;Starting Selenium Remote Control
&lt;br&gt;[INFO] Executed tasks
&lt;br&gt;[INFO] [surefire:test]
&lt;br&gt;[INFO] No tests to run.
&lt;br&gt;[INFO] [antrun:run]
&lt;br&gt;[INFO] Executing tasks
&lt;br&gt;&amp;nbsp;[selenium] &amp;nbsp;Shutting down Selenium Remote Control
&lt;br&gt;&amp;nbsp;[selenium] &amp;nbsp;DGF Errors during shutdown are expected
&lt;br&gt;&amp;nbsp;[selenium] Getting: &lt;a href=&quot;http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer&lt;/a&gt;&lt;br&gt;&amp;nbsp;[selenium] To: D:\ITGRIDS\WorkSpace\SampleTest1\result.txt
&lt;br&gt;[INFO] Executed tasks
&lt;br&gt;&lt;br&gt;it is unable to pick up my source file
&lt;br&gt;&lt;br&gt;my package structure is where my source file is
&lt;br&gt;SampleTest1
&lt;br&gt;under SampleTest1 i have src folder and it has package com.itgrids and
&lt;br&gt;my testSuite.xml is in testSuitefolder which is in SampleTest1.
&lt;br&gt;plz check the pom.xml and try to help. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;com.itgrids&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;SampleTest1&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;Selenium Functional Tests&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.salesforce.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.salesforce.com&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- Selenium Java Client Server Dependent --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.seleniumhq.selenium.client-drivers&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;selenium-java-client-driver&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Selenium &amp;nbsp;Server Dependent --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.seleniumhq.selenium.server&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;selenium-server&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- TestNg &amp;nbsp;Dependent --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.testng &amp;nbsp;&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;testng&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;5.8&amp;lt;/version&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;classifier&amp;gt;jdk15&amp;lt;/classifier&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt; 
&lt;br&gt;&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;testSourceDirectory&amp;gt;SampleTest1/src/com/itgrids&amp;lt;/testSourceDirectory&amp;gt;
&lt;br&gt;&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;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;			 &amp;lt;artifactId&amp;gt;maven-compiler-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;lt;version&amp;gt;2.0.2&amp;lt;/version&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;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;lt;source&amp;gt;1.5&amp;lt;/source&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;lt;target&amp;gt;1.5&amp;lt;/target&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;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;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; 
&lt;br&gt;&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;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;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;lt;version&amp;gt;2.4.2&amp;lt;/version&amp;gt;
&lt;br&gt;&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;lt;suiteXmlFiles&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;suiteXmlFile&amp;gt;SampleTest1/testSuite/testSuite.xml&amp;lt;/suiteXmlFile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/suiteXmlFiles&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groups&amp;gt;functest&amp;lt;/groups&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;/configuration&amp;gt;
&lt;br&gt;&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;			
&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;lt;!-- Selenium Maven Plugin --&amp;gt;
&lt;br&gt;&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;lt;groupId&amp;gt;org.codehaus.mojo&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;lt;artifactId&amp;gt;selenium-maven-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;lt;version&amp;gt;1.0&amp;lt;/version&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;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;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;lt;id&amp;gt;copy&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;pre-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;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;lt;goal&amp;gt;start-server&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;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;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;lt;artifactItem&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;lt;groupId&amp;gt;org.seleniumhq.selenium.server&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;lt;artifactId&amp;gt;selenium-server&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;lt;version&amp;gt;1.0.1&amp;lt;/version&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;lt;type&amp;gt;jar&amp;lt;/type&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;lt;outputDirectory&amp;gt;&amp;lt;/outputDirectory&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;lt;destFileName&amp;gt;selenium-server.jar&amp;lt;/destFileName&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;/artifactItem&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; 
&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;lt;background&amp;gt;true&amp;lt;/background&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;/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;lt;/execution&amp;gt;
&lt;br&gt;&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;lt;/plugin&amp;gt;
&lt;br&gt;&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;lt;plugin&amp;gt;
&lt;br&gt;&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;lt;artifactId&amp;gt;maven-antrun-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;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;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;lt;id&amp;gt;start-selenium&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;pre-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;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;lt;tasks&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;echo taskname=&amp;quot;selenium&amp;quot; message=&amp;quot; Starting Selenium Remote Control &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;/&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;java jar=&amp;quot;/selenium-server.jar&amp;quot; fork=&amp;quot;yes&amp;quot; spawn=&amp;quot;true&amp;quot;&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;lt;arg line=&amp;quot;-firefoxProfileTemplate ${profiles} -singleWindow -ensureCleanSession&amp;quot; /&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;lt;/java&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;lt;/tasks&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;/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;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;lt;goal&amp;gt;run&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;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;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; 
&lt;br&gt;&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;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;lt;id&amp;gt;stop-selenium&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;phase&amp;gt;post-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;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;lt;tasks&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;echo taskname=&amp;quot;selenium&amp;quot; message=&amp;quot; Shutting down Selenium Remote Control&amp;quot;/&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;echo taskname=&amp;quot;selenium&amp;quot; message=&amp;quot; DGF Errors during shutdown are expected&amp;quot;/&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;get taskname=&amp;quot;selenium&amp;quot;
&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;src=&amp;quot;&lt;a href=&quot;http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer&lt;/a&gt;&amp;quot;
&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;dest=&amp;quot;result.txt&amp;quot; ignoreerrors=&amp;quot;true&amp;quot;/&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;lt;/tasks&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;/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;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;lt;goal&amp;gt;run&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;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;lt;/execution&amp;gt;
&lt;br&gt;&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;lt;/plugin&amp;gt;
&lt;br&gt;&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;lt;!-- Surefire plugin --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&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;lt;artifactId&amp;gt;maven-surefire-plugin&amp;lt;/artifactId&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;lt;executions&amp;gt;
&lt;br&gt;&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;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;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;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;lt;/goals&amp;gt;
&lt;br&gt;&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;lt;groups&amp;gt;functest&amp;lt;/groups&amp;gt;
&lt;br&gt;&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;lt;include&amp;gt; &amp;nbsp; SampleTest1/src/com/itgrids/TC01_*.java&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;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;
&lt;br&gt;&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;lt;/execution&amp;gt;
&lt;br&gt;&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;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;suiteXmlFiles&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;suiteXmlFile&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;testSuite/testSuite.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/suiteXmlFile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/suiteXmlFiles&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;parallel&amp;gt;true&amp;lt;/parallel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;threadCount&amp;gt;10&amp;lt;/threadCount&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&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;lt;artifactId&amp;gt;maven-project-info-reports-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;reporting&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;outputDirectory&amp;gt;SampleTest1/reports&amp;lt;/outputDirectory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/reporting&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;openqa&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://maven.openqa.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.openqa.org&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;selenium-version&amp;gt;1.0.1&amp;lt;/selenium-version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;lt;/project&amp;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/No-Test-to-run-tp26845328p26845328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778230</id>
	<title>New User to IDE, help with validating a numeric field value before transaction increases the value by 1</title>
	<published>2009-12-14T06:02:36Z</published>
	<updated>2009-12-14T06:02:36Z</updated>
	<author>
		<name>jez_clarke</name>
	</author>
	<content type="html">&lt;br&gt;Hi, 
&lt;br&gt;&lt;br&gt;I'm a fairly new user to IDE and i am trying to script i'm having problems with.
&lt;br&gt;&lt;br&gt;Basically, my field counts number of people that have bookmarked my page.
&lt;br&gt;I want to bookmark it, then return to the form to ensure value has updated by 1.
&lt;br&gt;&lt;br&gt;I thought i would have to store the original value..? is that correct..?
&lt;br&gt;i am using IDE only and don't really have much code experience..
&lt;br&gt;&lt;br&gt;suggestions would be great.. i'm sure it's simple, i just don;t know how!
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;jez&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/New-User-to-IDE%2C-help-with-validating-a-numeric-field-value-before-transaction-increases-the-value-by-1-tp26778230p26778230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726578</id>
	<title>internet explorer always hangs</title>
	<published>2009-12-10T04:46:33Z</published>
	<updated>2009-12-10T04:46:33Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">No matter what I try, running selenium tests on internet explorer always hangs.
&lt;br&gt;Using firefox or chrome works withou a problem.
&lt;br&gt;&lt;br&gt;Using Selenium 1.0.1 on Vista/IE7&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/internet-explorer-always-hangs-tp26726578p26726578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726535</id>
	<title>SeleneseTestCase always opening iexplorer</title>
	<published>2009-12-10T04:36:48Z</published>
	<updated>2009-12-10T04:36:48Z</updated>
	<author>
		<name>Marcel Overdijk</name>
	</author>
	<content type="html">I'm using SeleneseTestCase with Eclipse/JUnit like:
&lt;br&gt;&lt;br&gt;class SearchTests extends SeleneseTestCase {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void testSearch() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setUp(&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;*chrome&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ..
&lt;br&gt;&lt;br&gt;But it always tests against iexplorer, no matter what I provide as browserString in setup.
&lt;br&gt;&lt;br&gt;If I create a custom testcase (not extending SeleneseTestCase) chrome is started.
&lt;br&gt;I guess there is something wrong with SeleneseTestCase and the provided browserString.&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/SeleneseTestCase-always-opening-iexplorer-tp26726535p26726535.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26693252</id>
	<title>How to insert 'current date' into testcase</title>
	<published>2009-12-08T04:33:47Z</published>
	<updated>2009-12-08T04:33:47Z</updated>
	<author>
		<name>wieske</name>
	</author>
	<content type="html">I would like to insert the current date in a specific textbox, every time I run a test. But I don't know which code to use in the testcase for this to happen. 
&lt;br&gt;&lt;br&gt;It is this code:
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;type&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;ctl04_Q46341_Q46342_tbDate&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;01.01.2009&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&lt;br&gt;And then in the last &amp;lt;td&amp;gt; it should input the current date (the date of the day you run the test). Now it it january 1 2009 hardcoded in. 
&lt;br&gt;Is there some code I can fill in there, so that it will always type the current date? I tried $Date$ and @{Date} but that did not work.
&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-insert-%27current-date%27-into-testcase-tp26693252p26693252.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635880</id>
	<title>how to extract DHTML grid data using java in selenium RC</title>
	<published>2009-12-04T04:46:17Z</published>
	<updated>2009-12-04T04:46:17Z</updated>
	<author>
		<name>dattam</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I have to test application that is developed using DHTML control. And I have to verify the dhtml grid data using java.
&lt;br&gt;Here I want to store grid data into the vector or hashtable is there any way to get grid data.
&lt;br&gt;&lt;br&gt;Thanks a lot&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-extract-DHTML-grid-data-using-java-in-selenium-RC-tp26635880p26635880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544336</id>
	<title>Dynamic variables between different tests</title>
	<published>2009-11-27T08:02:20Z</published>
	<updated>2009-11-27T08:02:20Z</updated>
	<author>
		<name>Lanqu</name>
	</author>
	<content type="html">Im using selenium RC 1.0 beta 2 under Linux system with CruiseControl to run automatic scripts. Workflow to be tested consists of creating different application objects. And I need to create in first testCase for example Object1 , and then use its Id in next testCase to create object2. But its Id written to a variable in testCase1 can't be accessed in next testCase. Who can advise something? May be some workaround (I think that merging all tests in one great script is not good workaround or new version of Selenium RC ?
&lt;br&gt;&lt;br&gt;Please, I'm very need an advise.
&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/Dynamic-variables-between-different-tests-tp26544336p26544336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26533983</id>
	<title>Re: ClickAt(...) Sliderbar</title>
	<published>2009-11-26T11:28:20Z</published>
	<updated>2009-11-26T11:28:20Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Hi Lim, Got it..thanks for posting the solution.
&lt;br&gt;&lt;br&gt;thanks.
&lt;br&gt;&lt;quote author=&quot;TH Lim&quot;&gt;&lt;br&gt;I did manage to get it work. Though the IDs are randomly generated I use index in xpath. e.g 
&lt;br&gt;&lt;br&gt;dragAndDrop
&lt;br&gt;//div[@class=&amp;quot;WizardStep&amp;quot;]/div[contains(@class,&amp;quot;QuestionPanelMandatory&amp;quot;)]&lt;b&gt;[2]&lt;/b&gt;//div[contains(@class,&amp;quot;horizThumbDiv&amp;quot;)]
&lt;br&gt;200,0
&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;kjaladi wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi Lim, just curious if you were able to figure out the solution for this problem? I tried many ways to verify your site using Selenium IDE, but not successful. After clicking on the &amp;quot;next&amp;quot; link on home page, a bunch of website names are loaded in next page in a table, but all of them are having &amp;quot;ids&amp;quot; generated dynamically - which is why I wasn't able to figure out a solution using IDE.Please do post here if you have got a solution for this problem.
&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/ClickAt%28...%29-Sliderbar-tp26209646p26533983.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523445</id>
	<title>How to select a combobox item using java and selenium RC</title>
	<published>2009-11-25T18:13:15Z</published>
	<updated>2009-11-25T18:13:15Z</updated>
	<author>
		<name>riccc</name>
	</author>
	<content type="html">I got a problem with the combobox, while I am using a selenium RC.
&lt;br&gt;&lt;br&gt;I wrote some codes in java and the elements in my web page are generated automatically by java script.
&lt;br&gt;So the IDs of the elements on the web page are random.
&lt;br&gt;&lt;br&gt;&lt;br&gt;my codes are like this:(mBrowser is the selenium object)
&lt;br&gt;&lt;br&gt;mBrowser.click(&amp;quot;xpath=//*[contains(@id,'root')]&amp;quot;);//(click this span will generate a combobox)
&lt;br&gt;mBrowser.mouseOver(&amp;quot;document.getElementById('table').getElementsByTagName('TD')[2]&amp;quot;);//(the selected item)
&lt;br&gt;mBrowser.click(&amp;quot;document.getElementById('table').getElementsByTagName('TD')[2]&amp;quot;);
&lt;br&gt;&lt;br&gt;However, after the click action, the selected item was just highlighted,and nothing happened, the combobox list was still there.
&lt;br&gt;&lt;br&gt;I've try everything,would you please give me some advices? 
&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/How-to-select-a-combobox-item-using-java-and-selenium-RC-tp26523445p26523445.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523395</id>
	<title>Re: Combo Box and Click</title>
	<published>2009-11-25T18:04:27Z</published>
	<updated>2009-11-25T18:04:27Z</updated>
	<author>
		<name>riccc</name>
	</author>
	<content type="html">hi eleo,
&lt;br&gt;&lt;br&gt;I got the same problem with you, while I am using a selenium RC.
&lt;br&gt;&lt;br&gt;I wrote some codes in java and the elements in my web page are generated automatically by java script.
&lt;br&gt;I adopt your method.
&lt;br&gt;&lt;br&gt;my codes are like this:
&lt;br&gt;&lt;br&gt;mBrowser.click(&amp;quot;xpath=//*[contains(@id,'root')]&amp;quot;);//(click this span will generate a combobox)
&lt;br&gt;mBrowser.mouseOver(&amp;quot;document.getElementById('table').getElementsByTagName('TD')[2]&amp;quot;);//(the selected item)
&lt;br&gt;mBrowser.click(&amp;quot;document.getElementById('table').getElementsByTagName('TD')[2]&amp;quot;);
&lt;br&gt;&lt;br&gt;however, after the click action, the selected item was just highlighted,and nothing happened, the combobox list was still there.
&lt;br&gt;&lt;br&gt;I've try everything,would you please give me some advices? 
&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;I got solution,
&lt;br&gt;&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;click&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;RadComboBox1_Input&amp;lt;/td&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;waitForVisible&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;RadComboBox1_DropDownPlaceholder&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;waitForElementPresent&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;//div[@id=&amp;quot;RadComboBox1_c3&amp;quot;]&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;mouseOver&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;//div[@id=&amp;quot;RadComboBox1_c3&amp;quot;]&amp;lt;/td&amp;gt;(this is the id of the drop down item div element)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;click&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;//div[@id=&amp;quot;RadComboBox1_c3&amp;quot;]&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=6598&amp;messageID=18963#18963&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=6598&amp;messageID=18963#18963&lt;/a&gt;&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/Combo-Box-and-Click-tp9037176p26523395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510286</id>
	<title>Re: ClickAt(...) Sliderbar</title>
	<published>2009-11-25T02:14:14Z</published>
	<updated>2009-11-25T02:14:14Z</updated>
	<author>
		<name>TH Lim</name>
	</author>
	<content type="html">I did manage to get it work. Though the IDs are randomly generated I use index in xpath. e.g 
&lt;br&gt;&lt;br&gt;dragAndDrop
&lt;br&gt;//div[@class=&amp;quot;WizardStep&amp;quot;]/div[contains(@class,&amp;quot;QuestionPanelMandatory&amp;quot;)]&lt;b&gt;[2]&lt;/b&gt;//div[contains(@class,&amp;quot;horizThumbDiv&amp;quot;)]
&lt;br&gt;200,0
&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;kjaladi wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi Lim, just curious if you were able to figure out the solution for this problem? I tried many ways to verify your site using Selenium IDE, but not successful. After clicking on the &amp;quot;next&amp;quot; link on home page, a bunch of website names are loaded in next page in a table, but all of them are having &amp;quot;ids&amp;quot; generated dynamically - which is why I wasn't able to figure out a solution using IDE.Please do post here if you have got a solution for this problem.
&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/ClickAt%28...%29-Sliderbar-tp26209646p26510286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494707</id>
	<title>Re: How can i perform Data-driven testing with selenium.</title>
	<published>2009-11-24T04:00:09Z</published>
	<updated>2009-11-24T04:00:09Z</updated>
	<author>
		<name>ann samuel</name>
	</author>
	<content type="html">Can you please send me the sample code..
&lt;br&gt;i want &amp;nbsp;in C#..
&lt;br&gt;Thanks in advance
&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 selenium RC with C#, and with the help of C# I can read and write the excel sheet and use those values whenever I need in the script.
&lt;br&gt;&lt;br&gt;-Mkind
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=11359&amp;messageID=39626#39626&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=11359&amp;messageID=39626#39626&lt;/a&gt;&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/How-can-i-perform-Data-driven-testing-with-selenium.-tp14289583p26494707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482063</id>
	<title>Selenium and SVG ?</title>
	<published>2009-11-23T09:03:50Z</published>
	<updated>2009-11-23T09:03:50Z</updated>
	<author>
		<name>The love dada</name>
	</author>
	<content type="html">Is it possible to capture and replay a test case for a web application that uses SVG ?
&lt;br&gt;&lt;br&gt;Part of the test would be clicking on SVG hyperlinks. I can't get this to work at the moment.&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/Selenium-and-SVG---tp26482063p26482063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26476906</id>
	<title>selenium-grid-1.0.4 and &quot;SeleniumException: Timed out&quot; (need help badly :( )</title>
	<published>2009-11-23T04:07:26Z</published>
	<updated>2009-11-23T04:07:26Z</updated>
	<author>
		<name>selcdp</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am relatively new to selenium grid and currently trying to use the selenium-grid-1.0.4 for my test suit.
&lt;br&gt;&lt;br&gt;I have worked with selenium rc and seems to be working at my end also the internet connection is good.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;But when i am trying to run the examples in the above elenium gridmy tests are not at all getting executed.
&lt;br&gt;&lt;br&gt;Instead all the sessions are always getting timed out with the following exception. I also tried to change in the time out values in the java code, compiled it and ran the test suit again but still the problem persists.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;com.thoughtworks.selenium.SeleniumException: Timed out after 120000ms &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97) &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91) &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:335) &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.thoughtworks.selenium.grid.demo.GoogleImageTestBase.runFlickrScenario(GoogleImageTestBase.java:16) &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.thoughtworks.selenium.grid.demo.WebTestForASingleBrowser.domme(WebTestForASingleBrowser.java:52) &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:595) ... Removed 11 stack frames
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Any comment with this regard will be really a great help.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanking You.&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/selenium-grid-1.0.4-and-%22SeleniumException%3A-Timed-out%22-%28need-help-badly-%3A%28-%29-tp26476906p26476906.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471588</id>
	<title>Re: Timed out error 5000ms</title>
	<published>2009-11-22T17:40:04Z</published>
	<updated>2009-11-22T17:40:04Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">this may that your are running your script in &amp;quot;fast&amp;quot; mode..Could you please share your complete IDE script? that would help me to understand what might be causing this error.
&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/Timed-out-error-5000ms-tp25675100p26471588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471498</id>
	<title>Re: ClickAt(...) Sliderbar</title>
	<published>2009-11-22T17:25:08Z</published>
	<updated>2009-11-22T17:25:08Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Hi Lim, just curious if you were able to figure out the solution for this problem? I tried many ways to verify your site using Selenium IDE, but not successful. After clicking on the &amp;quot;next&amp;quot; link on home page, a bunch of website names are loaded in next page in a table, but all of them are having &amp;quot;ids&amp;quot; generated dynamically - which is why I wasn't able to figure out a solution using IDE.Please do post here if you have got a solution for this problem.
&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/ClickAt%28...%29-Sliderbar-tp26209646p26471498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454687</id>
	<title>Re: get value from a excel file.</title>
	<published>2009-11-21T02:00:20Z</published>
	<updated>2009-11-21T02:00:20Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Check this out - 
&lt;br&gt;&lt;a href=&quot;http://clearspace.openqa.org/message/69013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clearspace.openqa.org/message/69013&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks.
&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/get-value-from-a-excel-file.-tp26421475p26454687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450767</id>
	<title>Re: get value from a excel file.</title>
	<published>2009-11-20T13:45:12Z</published>
	<updated>2009-11-20T13:45:12Z</updated>
	<author>
		<name>anshulyadav1</name>
	</author>
	<content type="html">Can u help me in doing this in selenium RC, I am new to selenium and I am not getting this i am trying this from 2 weeks.... thank u in advance
&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;anshulyadav1 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I want to run a test for 10 times but everytime I run I want to change text that I want to type. for example : i am entering a email id so everytime i run this test i want to run with different email ids. all the email ids are stored in excel file or a text file . I am using selenium Ide. Plz reply ASAP.
&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/get-value-from-a-excel-file.-tp26421475p26450767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450751</id>
	<title>Re: store text from html page</title>
	<published>2009-11-20T13:43:10Z</published>
	<updated>2009-11-20T13:43:10Z</updated>
	<author>
		<name>anshulyadav1</name>
	</author>
	<content type="html">Hey Can u tell me how to do it in selenium RC....
&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;anshulyadav1 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hey I want to store text from a html page to a txt file or excel file.
&lt;br&gt;for example: Group_ID=/456722/EmailofCustomer I want to store this 456722 number to either a text file excel file or a datbase. I am using selenium IDE. plz reply ASAP
&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/store-text-from-html-page-tp26421473p26450751.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26422309</id>
	<title>Re: How to record drag and drop with Selenium</title>
	<published>2009-11-19T20:49:57Z</published>
	<updated>2009-11-19T20:49:57Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Did you try dragdrop method? Here is the description from Selenium reference - 
&lt;br&gt;&lt;br&gt;dragdrop ( locator,movementsString )
&lt;br&gt;&amp;nbsp; &amp;nbsp; Drags an element a certain distance and then drops it Beware of &lt;a href=&quot;http://jira.openqa.org/browse/SEL-280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.openqa.org/browse/SEL-280&lt;/a&gt;, which will lead some event handlers to get null event arguments. Read the bug for more details, including a workaround.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Arguments:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * locator - an element locator
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * movementsString - offset in pixels from the current location to which the element should be moved, e.g., &amp;quot;+70,-300&amp;quot;
&lt;br&gt;&lt;br&gt;thanks.
&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;annymmor wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have a grid.I want to record the drag and drop from the grid to the tree view.The test works almost for all elemets except for the first element in my grid.Does anyone know which is the problem and how I can resolve it?
&lt;br&gt;Thanks a lot
&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-record-drag-and-drop-with-Selenium-tp26407016p26422309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26422307</id>
	<title>Re: store text from html page</title>
	<published>2009-11-19T20:46:51Z</published>
	<updated>2009-11-19T20:46:51Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">I doubt if you can create a text file from selenium IDE..for sure, you could do this using Selenium RC.
&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/store-text-from-html-page-tp26421473p26422307.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26422306</id>
	<title>Re: get value from a excel file.</title>
	<published>2009-11-19T20:45:12Z</published>
	<updated>2009-11-19T20:45:12Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Couple of options that I know - 
&lt;br&gt;1.You can't do data driven testing using Selenium IDE, but Selenium RC supports this.
&lt;br&gt;2.You can probably write a simple vb app (or) an excel macro which could read your sample test - and then could create multiple tests based on your test data in excel sheet.
&lt;br&gt;3. (or) you can try using hrmes selenium IDE framework &lt;a href=&quot;http://sourceforge.net/projects/hrmes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;- http://sourceforge.net/projects/hrmes/&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks, Kiran. 
&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;anshulyadav1 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I want to run a test for 10 times but everytime I run I want to change text that I want to type. for example : i am entering a email id so everytime i run this test i want to run with different email ids. all the email ids are stored in excel file or a text file . I am using selenium Ide. Plz reply ASAP.
&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/get-value-from-a-excel-file.-tp26421475p26422306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421475</id>
	<title>get value from a excel file.</title>
	<published>2009-11-19T12:51:41Z</published>
	<updated>2009-11-19T12:51:41Z</updated>
	<author>
		<name>anshulyadav1</name>
	</author>
	<content type="html">I want to run a test for 10 times but everytime I run I want to change text that I want to type. for example : i am entering a email id so everytime i run this test i want to run with different email ids. all the email ids are stored in excel file or a text file . I am using selenium Ide. Plz reply ASAP.&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/get-value-from-a-excel-file.-tp26421475p26421475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421473</id>
	<title>store text from html page</title>
	<published>2009-11-19T12:46:50Z</published>
	<updated>2009-11-19T12:46:50Z</updated>
	<author>
		<name>anshulyadav1</name>
	</author>
	<content type="html">Hey I want to store text from a html page to a txt file or excel file.
&lt;br&gt;for example: Group_ID=/456722/EmailofCustomer I want to store this 456722 number to either a text file excel file or a datbase. I am using selenium IDE. plz reply ASAP&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/store-text-from-html-page-tp26421473p26421473.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421425</id>
	<title>Selenium IDE versus Selenium RC /Java in Eclipse</title>
	<published>2009-11-19T10:18:05Z</published>
	<updated>2009-11-19T10:18:05Z</updated>
	<author>
		<name>alberta01997</name>
	</author>
	<content type="html">Hello folks,
&lt;br&gt;I'm running a Junit test case (Eclipse) to verify static elemt on a webpage. I'm geting the following result:
&lt;br&gt;Got result: OK,false on session
&lt;br&gt;When I run the same test in Selenium IDE, it passes and when I use the Find button in Selenium IDE, it finds the element in question on the webpage
&lt;br&gt;The code in Eclipse is as follows: verifyEquals(&amp;quot;Name:&amp;quot;, selenium.getText(&amp;quot;//tr[6]/td[1]/table/tbody/tr[1]/td[1]&amp;quot;));
&lt;br&gt;Any suggestions 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-IDE-versus-Selenium-RC--Java-in-Eclipse-tp26421425p26421425.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421268</id>
	<title>problem with xpath in Selenium RC. Can't click</title>
	<published>2009-11-19T02:41:17Z</published>
	<updated>2009-11-19T02:41:17Z</updated>
	<author>
		<name>tuanvinh1008</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;I used selenium RC with python language, and i have problem identify locator of object. I have 2 links on a table with code HTML
&lt;br&gt;1.
&lt;br&gt;&lt;a class=&quot;button button_edit&quot; href=&quot;acct_edit?sessionID=d9PM79KCPOuh2avd&amp;a=aaa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&amp;nbsp;&lt;/a&gt;&lt;br&gt;&lt;br&gt;2.
&lt;br&gt;&lt;a href=&quot;javascript:acct_del('cus_?sessionID=d9PM79KCPOuh2avd','aaa');&quot; class=&quot;button button_remove&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&amp;nbsp;&lt;/a&gt;&lt;br&gt;&lt;br&gt;And I used Selenium IDE to identify locator of 2 links. And I have 2 locators:
&lt;br&gt;1. 
&lt;br&gt;locator1 = &amp;quot;//a[matches(@href, 'acct_edit\?sessionID=[\w]*&amp;a=&amp;quot; + Name + &amp;quot;')]&amp;quot;
&lt;br&gt;With Name = aaa
&lt;br&gt;&lt;br&gt;2.
&lt;br&gt;locator2 = &amp;quot;//a[matches(@href, \&amp;quot;javascript:acct_del('cus\?sessionID=[\w]*','&amp;quot; + name + &amp;quot;');\&amp;quot;)]&amp;quot;
&lt;br&gt;with name = aaa
&lt;br&gt;&lt;br&gt;&lt;br&gt;And I playback with 2 locators only locator1 executed well. and locator2 is not found
&lt;br&gt;&lt;br&gt;I don't know what happend. Please help me...&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/problem-with-xpath-in-Selenium-RC.-Can%27t-click-tp26421268p26421268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26407016</id>
	<title>How to record drag and drop with Selenium</title>
	<published>2009-11-18T04:35:28Z</published>
	<updated>2009-11-18T04:35:28Z</updated>
	<author>
		<name>annymmor</name>
	</author>
	<content type="html">I have a grid.I want to record the drag and drop from the grid to the tree view.The test works almost for all elemets except for the first element in my grid.Does anyone know which is the problem and how I can resolve it?
&lt;br&gt;Thanks a lot&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-record-drag-and-drop-with-Selenium-tp26407016p26407016.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26404560</id>
	<title>Re: How to get values from updated table?</title>
	<published>2009-11-18T01:09:57Z</published>
	<updated>2009-11-18T01:09:57Z</updated>
	<author>
		<name>RAHUL PAIKE</name>
	</author>
	<content type="html">Thanks yaar
&lt;br&gt;&lt;quote author=&quot;kjaladi&quot;&gt;&lt;br&gt;you can do this using getEval function...and compare the xpaths of those table values. I will try to provide you a working example soon.
&lt;br&gt;&lt;br&gt;thanks.
&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;RAHUL PAIKE wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hii Friends,
&lt;br&gt;&lt;br&gt;Scenario is:
&lt;br&gt;&lt;br&gt;I ve filled up form and respective changes updated in form and table grid also.
&lt;br&gt;Now I want to cross check values in the grid with those present in the forms.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Rahul
&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-values-from-updated-table--tp26313952p26404560.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402386</id>
	<title>Re: Testing elements with dynamic id</title>
	<published>2009-11-17T20:29:39Z</published>
	<updated>2009-11-17T20:29:39Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Please check this out - &lt;a href=&quot;http://seleniumhq.org/docs/06_test_design_considerations.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seleniumhq.org/docs/06_test_design_considerations.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;this has some good information on how to identify dynamic objects on web pages.
&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/Testing-elements-with-dynamic-id-tp26221260p26402386.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402363</id>
	<title>Re: incorrect url in selenium test</title>
	<published>2009-11-17T20:25:06Z</published>
	<updated>2009-11-17T20:25:06Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">Could you copy paste your complete URL in IDE and give a try? (or) give me your complete URL...Otherwise - I have tried this long url test on msn (just for testing), it is all working for me - 
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;head profile=&amp;quot;&lt;a href=&quot;http://selenium-ide.openqa.org/profiles/test-case&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://selenium-ide.openqa.org/profiles/test-case&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;link rel=&amp;quot;selenium.base&amp;quot; href=&amp;quot;&lt;a href=&quot;http://www.msn.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.msn.com/&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt;New Test&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;lt;table cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;thead&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;&amp;lt;td rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;3&amp;quot;&amp;gt;New Test&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;/thead&amp;gt;&amp;lt;tbody&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;open&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;/&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;click&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;link=exact:Schwarzenegger &amp;amp; troops?&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;pause&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;2000&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;clickAndWait&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;//div[@id='results_container']/div[2]/div/div/h2/div/a/strong&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;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/incorrect-url-in-selenium-test-tp26230910p26402363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402340</id>
	<title>Re: How to get values from updated table?</title>
	<published>2009-11-17T20:21:13Z</published>
	<updated>2009-11-17T20:21:13Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">you can do this using getEval function...and compare the xpaths of those table values. I will try to provide you a working example soon.
&lt;br&gt;&lt;br&gt;thanks.
&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;RAHUL PAIKE wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hii Friends,
&lt;br&gt;&lt;br&gt;Scenario is:
&lt;br&gt;&lt;br&gt;I ve filled up form and respective changes updated in form and table grid also.
&lt;br&gt;Now I want to cross check values in the grid with those present in the forms.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Rahul
&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-values-from-updated-table--tp26313952p26402340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26402323</id>
	<title>Re: realtime +2 minutes</title>
	<published>2009-11-17T20:18:29Z</published>
	<updated>2009-11-17T20:18:29Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">you mean in the selenium IDE log...? Sorry, I just didn't get your question.&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/realtime-%2B2-minutes-tp26341493p26402323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26385101</id>
	<title>Re: Permission denied to get property Location.href</title>
	<published>2009-11-16T22:36:37Z</published>
	<updated>2009-11-16T22:36:37Z</updated>
	<author>
		<name>ryan_shillington</name>
	</author>
	<content type="html">I had this problem when trying to get YAHOO.util.History (from the Yahoo UI or YUI project) to work on my site. &amp;nbsp;
&lt;br&gt;&lt;br&gt;The problem you're having is described here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://seleniumhq.org/docs/05_selenium_rc.html#the-same-origin-policy&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seleniumhq.org/docs/05_selenium_rc.html#the-same-origin-policy&lt;/a&gt;&lt;br&gt;&lt;br&gt;I swear, I read that doc ten times, and although it describes exactly this problem, it doesn't contain the details of the two solutions provided.
&lt;br&gt;&lt;br&gt;To use option [1] that they describe, add &amp;quot;-proxyInjectionMode&amp;quot; as a parameter when starting the selenium-core jar. &amp;nbsp;To use option [2], try using &amp;quot;iehta&amp;quot;. &amp;nbsp;This paragraph in the link above seems really important:
&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In Selenium-RC 1.0 beta 2 and later use *firefox or *iexplore for the run mode. In earlier versions, including Selenium-RC 1.0 beta 1, use *chrome or *iehta, for the run mode. Using these run modes, you will not need to install any special security certificates; Selenium-RC will handle it for you.
&lt;br&gt;&lt;/i&gt;&lt;br&gt;You'll want to pass that in when you initialize Selenium. &amp;nbsp;So in Ruby I create Selenium by doing:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;i&gt;@selenium = Selenium::SeleniumDriver.new(&amp;quot;localhost&amp;quot;, 4444, &amp;quot;*firefox&amp;quot;, &amp;quot;&lt;a href=&quot;http://www.usedisbetter.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.usedisbetter.com/&lt;/a&gt;&amp;quot;, 10000);&lt;/i&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&quot;&gt;I received the &amp;quot;Permission denied to get property Location.href&amp;quot; error message when trying to load my website under test. The website opens in the lower pain of the TestRunner, but the test seems to fail immediately. 
&lt;br&gt;Does anyone know how to fix this problem?
&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/Permission-denied-to-get-property-Location.href-tp8081383p26385101.html" />
</entry>

</feed>
