<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14088</id>
	<title>Nabble - Selenium - Devel</title>
	<updated>2009-11-23T04:07:26Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Selenium---Devel-f14088.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium---Devel-f14088.html" />
	<subtitle type="html"></subtitle>
	
<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.</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-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...</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-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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Permission-denied-to-get-property-Location.href-tp8081383p26385101.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;
</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;
</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-25622801</id>
	<title>Re: test sending of email with selenium</title>
	<published>2009-09-25T23:34:12Z</published>
	<updated>2009-09-25T23:34:12Z</updated>
	<author>
		<name>kjaladi</name>
	</author>
	<content type="html">what tool are you trying to use for this? IDE? (or) RC?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/test-sending-of-email-with-selenium-tp19185392p25622801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25017290</id>
	<title>Re: Alert from ScriptManager.RegisterStartupScript is not captured by Selenium</title>
	<published>2009-08-17T19:08:55Z</published>
	<updated>2009-08-17T19:08:55Z</updated>
	<author>
		<name>adgreat1</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;adgreat1 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have an aspx page that contains a ModalPopup Extender. When a button on the ModalPopup extender is clicked, it sends an alert prompt using ScriptManager.RegisterStartupScript. The alert prompt appears but Selenium doesn't detect it. Is there a workaround for this?
&lt;br&gt;&lt;br&gt;We already tried using GetAlert() and GetConfirmation() but it just returned an exception:
&lt;br&gt;Selenium.SeleniumException: ERROR: There were no alerts.
&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_crazy.gif' /&gt;&lt;br&gt;&lt;br&gt;Adri
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Anybody? Please Help me. </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Alert-from-ScriptManager.RegisterStartupScript-is-not-captured-by-Selenium-tp25003576p25017290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25003576</id>
	<title>Alert from ScriptManager.RegisterStartupScript is not captured by Selenium</title>
	<published>2009-08-17T02:16:18Z</published>
	<updated>2009-08-17T02:16:18Z</updated>
	<author>
		<name>adgreat1</name>
	</author>
	<content type="html">I have an aspx page that contains a ModalPopup Extender. When a button on the ModalPopup extender is clicked, it sends an alert prompt using ScriptManager.RegisterStartupScript. The alert prompt appears but Selenium doesn't detect it. Is there a workaround for this?
&lt;br&gt;&lt;br&gt;We already tried using GetAlert() and GetConfirmation() but it just returned an exception:
&lt;br&gt;Selenium.SeleniumException: ERROR: There were no alerts.
&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_crazy.gif' /&gt;&lt;br&gt;&lt;br&gt;Adri</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Alert-from-ScriptManager.RegisterStartupScript-is-not-captured-by-Selenium-tp25003576p25003576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24722552</id>
	<title>Re: selenium and richFaces</title>
	<published>2009-07-29T09:17:14Z</published>
	<updated>2009-07-29T09:17:14Z</updated>
	<author>
		<name>djm</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;ravit60 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi I am also facing the same issue..
&lt;br&gt;&lt;br&gt;It would be great if any one can help us..
&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;I'm using selenium to write tests in a java/ajax enviroment using richFaces. All is working fine except direct clicking on a tree or subtree node. The selenium click doesn't call the corresponding handler in the java code. Manual clicking triggers the previously set breakpoint. Any help/ideas will be welcome.
&lt;br&gt;&lt;br&gt;holger
&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;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_cry.gif' /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I found your post while trying to solve a similar problem. We were able
&lt;br&gt;to fix it by doing a
&lt;br&gt;mouseDown
&lt;br&gt;mouseUp
&lt;br&gt;Click
&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/selenium-and-richFaces-tp12821310p24722552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24492561</id>
	<title>Re: selenium and richFaces</title>
	<published>2009-07-14T23:23:42Z</published>
	<updated>2009-07-14T23:23:42Z</updated>
	<author>
		<name>ravit60</name>
	</author>
	<content type="html">Hi I am also facing the same issue..
&lt;br&gt;&lt;br&gt;It would be great if any one can help us..
&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;I'm using selenium to write tests in a java/ajax enviroment using richFaces. All is working fine except direct clicking on a tree or subtree node. The selenium click doesn't call the corresponding handler in the java code. Manual clicking triggers the previously set breakpoint. Any help/ideas will be welcome.
&lt;br&gt;&lt;br&gt;holger
&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;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_cry.gif' /&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/selenium-and-richFaces-tp12821310p24492561.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24229882</id>
	<title>Re: implementing support for showModalDialog</title>
	<published>2009-06-26T19:41:32Z</published>
	<updated>2009-06-26T19:41:32Z</updated>
	<author>
		<name>amit_vibhuti</name>
	</author>
	<content type="html">Modal window hacked. 
&lt;br&gt;&lt;a href=&quot;http://seleniumdeal.blogspot.com/2009/01/handling-modal-window-with-selenium.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seleniumdeal.blogspot.com/2009/01/handling-modal-window-with-selenium.html&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;This link will help you to get through other selenium issues.
&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;My organization is in dire need to have the functionality of showModalDialog. &amp;nbsp;We would like to use Selenium, however the web application we are developing heavily written to use showModalDialog. &amp;nbsp;I have taken it upon myself to try to add this feature to Selenium. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Are there any developers here that may have any ideas of what the ideal situation to implement it would be? &amp;nbsp;I have considered using ActiveX and similar approaches as Watir uses. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Any questions, or comments would be greatly welcomed.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=3954&amp;messageID=10878#10878&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=3954&amp;messageID=10878#10878&lt;/a&gt;&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/implementing-support-for-showModalDialog-tp6159180p24229882.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23654246</id>
	<title>Re: test sending of email with selenium</title>
	<published>2009-05-21T07:37:53Z</published>
	<updated>2009-05-21T07:37:53Z</updated>
	<author>
		<name>teshmca</name>
	</author>
	<content type="html">Is any one has done this????
&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;ms.programmer.1 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I want to write a selenium test that will test whether my app sent an email. Is this possible? If so how?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/test-sending-of-email-with-selenium-tp19185392p23654246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23538523</id>
	<title>Re: Capture http traffic/response times</title>
	<published>2009-05-14T04:15:54Z</published>
	<updated>2009-05-14T04:15:54Z</updated>
	<author>
		<name>RafalK</name>
	</author>
	<content type="html">I found out tat the new version of selenium rc has a command to capture network traffic. Its in the nightly snapshots and will be available in the 1.0 version I believe.
&lt;br&gt;&lt;br&gt;- Rafal
&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;RafalK wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I am looking for a way to capture the HTTP response times, return codes, etc for all of the page components (HTML, css, js, and AJAX calls). Since everything is going through a proxy that comes with Selenium RC I should be able to extend the proxy code to capture those metrics. Any info on where exactly this can be done would be greatly appreciated. Thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Capture-http-traffic-response-times-tp23392688p23538523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23520240</id>
	<title>Re: How to get text (Title) from multiple links?</title>
	<published>2009-05-13T04:47:40Z</published>
	<updated>2009-05-13T04:47:40Z</updated>
	<author>
		<name>Karl55</name>
	</author>
	<content type="html">The only way I know to solve that is to use the getHtmlSource() method and then parse all the HTML code to get what you want. It's not the fastest but it should solve your problem.
&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;dkharod wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I have the following HTML and want to know how to get titles for all links that has class=&amp;quot;something&amp;quot; (not ALL links on the page):
&lt;br&gt;&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;People Search&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 1&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 2&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 3&amp;lt;/A...
&lt;br&gt;&lt;br&gt;I want to get all link texts i.e. &amp;quot;People Search&amp;quot;, &amp;quot;Link 1&amp;quot;, &amp;quot;Link 2&amp;quot; and &amp;quot;Link 3&amp;quot;. I am using Selenium for .NET
&lt;br&gt;&lt;br&gt;Thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-text-%28Title%29-from-multiple-links--tp23453752p23520240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23453752</id>
	<title>How to get text (Title) from multiple links?</title>
	<published>2009-05-08T14:13:17Z</published>
	<updated>2009-05-08T14:13:17Z</updated>
	<author>
		<name>dkharod</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have the following HTML and want to know how to get titles for all links that has class=&amp;quot;something&amp;quot; (not ALL links on the page):
&lt;br&gt;&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;People Search&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 1&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 2&amp;lt;/A...
&lt;br&gt;...A class=linkClassName title=&amp;quot;&amp;quot;&amp;gt;Link 3&amp;lt;/A...
&lt;br&gt;&lt;br&gt;I want to get all link texts i.e. &amp;quot;People Search&amp;quot;, &amp;quot;Link 1&amp;quot;, &amp;quot;Link 2&amp;quot; and &amp;quot;Link 3&amp;quot;. I am using Selenium for .NET
&lt;br&gt;&lt;br&gt;Thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-get-text-%28Title%29-from-multiple-links--tp23453752p23453752.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23392688</id>
	<title>Capture http traffic/response times</title>
	<published>2009-05-05T10:55:21Z</published>
	<updated>2009-05-05T10:55:21Z</updated>
	<author>
		<name>RafalK</name>
	</author>
	<content type="html">I am looking for a way to capture the HTTP response times, return codes, etc for all of the page components (HTML, css, js, and AJAX calls). Since everything is going through a proxy that comes with Selenium RC I should be able to extend the proxy code to capture those metrics. Any info on where exactly this can be done would be greatly appreciated. Thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Capture-http-traffic-response-times-tp23392688p23392688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22724216</id>
	<title>What is Selenese?</title>
	<published>2009-03-26T08:23:17Z</published>
	<updated>2009-03-26T08:23:17Z</updated>
	<author>
		<name>dhazer</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I'm familiar with OpenQA's line of Selenium Projects,
&lt;br&gt;&lt;br&gt;but the word Selenese keeps intermittently showing up, and I haven't found a simple definition or explanation of what it is? &amp;nbsp;Is it an extension of some sort for Selenium? &amp;nbsp;Or is it synonym for Selenium? &amp;nbsp;Or is it a deprecated way of saying Selenium?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any input much appreciated!
&lt;br&gt;--Dan</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-is-Selenese--tp22724216p22724216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22197015</id>
	<title>Re: Selenium and Ajax</title>
	<published>2009-02-24T22:22:47Z</published>
	<updated>2009-02-24T22:22:47Z</updated>
	<author>
		<name>Satchidananda</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Can u send me the Code ...
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Satchidananada Patra
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;hmohanty&quot;&gt;&lt;br&gt;Hi Rory,
&lt;br&gt;&lt;br&gt;I am also facing the same problem but a bit different.
&lt;br&gt;The popped up window, appear due an ajax call.
&lt;br&gt;&lt;br&gt;I have used the wait condition for an element available on the popped up window after a sleep statement which is enough.
&lt;br&gt;&lt;br&gt;The test still fails as neither the IDE nor the RC are able to recognize elements on the popped up window.
&lt;br&gt;&lt;br&gt;Please revert back if any ways are out there.
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Hrushikesh.
&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;I have been experiencing the same problems with it not being able to find certain elements in time. I read somewhere (cant remember where sorry) that Selenium does not know when an AJAX action is complete, so you cant use ClickAndWait for example as it will just timeout. 
&lt;br&gt;&lt;br&gt;The way around this is to use a pause, for say 10000 milliseconds. This is not ideal, and takes time, but it will ensure the AJAX command is finished. 
&lt;br&gt;&lt;br&gt;Hope this helps,
&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;/quote&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-and-Ajax-tp8430125p22197015.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22098632</id>
	<title>Re: Selenium and Ajax</title>
	<published>2009-02-19T03:34:18Z</published>
	<updated>2009-02-19T03:34:18Z</updated>
	<author>
		<name>hmohanty</name>
	</author>
	<content type="html">Hi Rory,
&lt;br&gt;&lt;br&gt;I am also facing the same problem but a bit different.
&lt;br&gt;The popped up window, appear due an ajax call.
&lt;br&gt;&lt;br&gt;I have used the wait condition for an element available on the popped up window after a sleep statement which is enough.
&lt;br&gt;&lt;br&gt;The test still fails as neither the IDE nor the RC are able to recognize elements on the popped up window.
&lt;br&gt;&lt;br&gt;Please revert back if any ways are out there.
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Hrushikesh.
&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;I have been experiencing the same problems with it not being able to find certain elements in time. I read somewhere (cant remember where sorry) that Selenium does not know when an AJAX action is complete, so you cant use ClickAndWait for example as it will just timeout. 
&lt;br&gt;&lt;br&gt;The way around this is to use a pause, for say 10000 milliseconds. This is not ideal, and takes time, but it will ensure the AJAX command is finished. 
&lt;br&gt;&lt;br&gt;Hope this helps,
&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-and-Ajax-tp8430125p22098632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22098619</id>
	<title>Re: Selenium and Ajax</title>
	<published>2009-02-19T03:33:30Z</published>
	<updated>2009-02-19T03:33:30Z</updated>
	<author>
		<name>hmohanty</name>
	</author>
	<content type="html">Hi Rory,
&lt;br&gt;&lt;br&gt;I am also facing the same problem but a bit different.
&lt;br&gt;The popped up window, appear due an ajax call.
&lt;br&gt;&lt;br&gt;I have used the wait condition for an element available on the popped up window after a sleep statement which is enough.
&lt;br&gt;&lt;br&gt;The test still fails as neither the IDE nor the RC are able to recognize elements on the popped up window.
&lt;br&gt;&lt;br&gt;Please revert back if any ways are out there.
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Hrushikesh.
&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;I have been experiencing the same problems with it not being able to find certain elements in time. I read somewhere (cant remember where sorry) that Selenium does not know when an AJAX action is complete, so you cant use ClickAndWait for example as it will just timeout. 
&lt;br&gt;&lt;br&gt;The way around this is to use a pause, for say 10000 milliseconds. This is not ideal, and takes time, but it will ensure the AJAX command is finished. 
&lt;br&gt;&lt;br&gt;Hope this helps,
&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-and-Ajax-tp8430125p22098619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21396165</id>
	<title>Testng with Selenium ruby</title>
	<published>2009-01-10T20:58:58Z</published>
	<updated>2009-01-10T20:58:58Z</updated>
	<author>
		<name>idealone</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have following automation running in my env.
&lt;br&gt;1) Selenium RC with ruby
&lt;br&gt;Now i plan to integrate Testng, so that i can use it for reporting &amp; test suite purpose.
&lt;br&gt;&amp;nbsp;My Question is Testng uses java code Annotation, so is it possible for me to use my seleniumruby code in testng.
&lt;br&gt;I have seen some docs of Selenium.Testng but they are basically built on java and not on ruby.
&lt;br&gt;&amp;nbsp; If anyone of you have a better way to build automation framework , please guide me in doing so.
&lt;br&gt;&lt;br&gt;Cheers</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Testng-with-Selenium-ruby-tp21396165p21396165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21215608</id>
	<title>how to handle showModelDialog using selenium</title>
	<published>2008-12-30T02:51:55Z</published>
	<updated>2008-12-30T02:51:55Z</updated>
	<author>
		<name>ki2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;How do I get hold of modal window and do some action on it using selenium.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I have on url which opens a modal window (probably javascript). The window has two input fields and two buttons. I need to enter data in the input fields and click one of the button.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;How can I do this using selenium?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;~ki2</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-handle-showModelDialog-using-selenium-tp21215608p21215608.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19830457</id>
	<title>Re: Javascript problems with Firefox and not with IE</title>
	<published>2008-10-05T17:19:27Z</published>
	<updated>2008-10-05T17:19:27Z</updated>
	<author>
		<name>goldenbolt</name>
	</author>
	<content type="html">I have just run into the same error in firefox 3.03 I'm attempting to login and view the quote list at the following site. &lt;a href=&quot;http://netdania.com/Products/QuoteList/QuoteList.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://netdania.com/Products/QuoteList/QuoteList.aspx&lt;/a&gt;&amp;nbsp;and receive the same error message: &amp;nbsp;Error: [Exception... &amp;quot;'Permission denied to call method Location.toString' when calling method: &amp;quot;
&lt;br&gt;&lt;br&gt;I did confirm that it is working just fine in IE. &amp;nbsp;Any ideas on how to fix.
&lt;br&gt;&lt;br&gt;Godenbolt
&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;why is this javascript error coming when I run the open(&lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;) in Firefox 1.5
&lt;br&gt;&lt;br&gt;Error: [Exception... &amp;quot;'Permission denied to call method Location.toString' when calling method: [nsIDOMEventListener::handleEvent]&amp;quot; &amp;nbsp;nsresult: &amp;quot;0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)&amp;quot; &amp;nbsp;location: &amp;quot;&amp;lt;unknown&amp;gt;&amp;quot; &amp;nbsp;data: no]
&lt;br&gt;&lt;br&gt;&lt;br&gt;It works perfectly fine with IE
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=1072&amp;messageID=2991#2991&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=1072&amp;messageID=2991#2991&lt;/a&gt;&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Javascript-problems-with-Firefox-and-not-with-IE-tp2531939p19830457.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19185392</id>
	<title>test sending of email with selenium</title>
	<published>2008-08-27T10:30:23Z</published>
	<updated>2008-08-27T10:30:23Z</updated>
	<author>
		<name>ms.programmer.1</name>
	</author>
	<content type="html">I want to write a selenium test that will test whether my app sent an email. Is this possible? If so how?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/test-sending-of-email-with-selenium-tp19185392p19185392.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18840462</id>
	<title>Re: Selenium Embedded Jetty (version problems)</title>
	<published>2008-08-05T14:38:24Z</published>
	<updated>2008-08-05T14:38:24Z</updated>
	<author>
		<name>jaygelman</name>
	</author>
	<content type="html">I've been having the same problem. &amp;nbsp;My application requires Jetty 6.1.7 but Selenium requires 5.1.10. &amp;nbsp;The maven package names changed for Jetty between 5.X and 6.X. &amp;nbsp;As a result, two different versions of Jetty are being included in my classpath, and both contain the class org.mortbay.util.UrlEncoded. &amp;nbsp;My app is failing on a call to UrlEncoded.decodeTo(). &amp;nbsp;I'm trying to figure out a way to specify the classpath order in maven so that I can have 5.1.10 appear first, but based on what I've read thus far, it doesn't seem possible.
&lt;br&gt;&lt;br&gt;I'm hoping that a new version of Selenium will come out that uses the Jetty 6.X libraries.
&lt;br&gt;&lt;br&gt;In the mean time, I may have to remove UrlEncoded from the 6.1.7 library so that the one in 5.1.10 is the first one that is found.
&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;TonyTheFish wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I am trying to set up a testing rig that included selenium (-server) and an embedded jetty (used to mock out our back end services). &amp;nbsp;I am having big problems on account of selenium-server (0.9.2) includes all the jetty classes it needs to run - these appear to be from an old version of jetty, probably 5.1.10. &amp;nbsp;And also because maven seems to be figuring out a transitive dependency to jetty 5.1.10. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Has anyone come across and solved this problem before?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-Embedded-Jetty-%28version-problems%29-tp16851323p18840462.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16851323</id>
	<title>Selenium Embedded Jetty (version problems)</title>
	<published>2008-04-24T11:29:06Z</published>
	<updated>2008-04-24T11:29:06Z</updated>
	<author>
		<name>TonyTheFish</name>
	</author>
	<content type="html">I am trying to set up a testing rig that included selenium (-server) and an embedded jetty (used to mock out our back end services). &amp;nbsp;I am having big problems on account of selenium-server (0.9.2) includes all the jetty classes it needs to run - these appear to be from an old version of jetty, probably 5.1.10. &amp;nbsp;And also because maven seems to be figuring out a transitive dependency to jetty 5.1.10. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Has anyone come across and solved this problem before?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selenium-Embedded-Jetty-%28version-problems%29-tp16851323p16851323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16452159</id>
	<title>Re: Firefox 3 Beta tightens security of inter-frame communication</title>
	<published>2008-04-02T14:31:25Z</published>
	<updated>2008-04-02T14:31:25Z</updated>
	<author>
		<name>Bill Burcham</name>
	</author>
	<content type="html">I'm running the selenium server (1.0 beta 1) and can confirm that it will not start a Firefox session (3.0b4 for OS X). In interactive mode I try: 
&lt;br&gt;&lt;br&gt;&amp;nbsp;cmd=getNewBrowserSession&amp;1=*firefox&amp;2=&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;&lt;br&gt;&lt;br&gt;And Firefox runs but the selenium server console is hung (nonresponsive) after emitting this line:
&lt;br&gt;&lt;br&gt;14:29:23.960 INFO - Preparing Firefox profile...
&lt;br&gt;&lt;br&gt;A Safari session works just fine (with Safari 3.1).</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firefox-3-Beta-tightens-security-of-inter-frame-communication-tp15921327p16452159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16281311</id>
	<title>GWT clicking ...</title>
	<published>2008-03-25T09:07:47Z</published>
	<updated>2008-03-25T09:07:47Z</updated>
	<author>
		<name>Paul Hammant-3</name>
	</author>
	<content type="html">Some clicks in GWT applications do not actually send a click event to &amp;nbsp;
&lt;br&gt;the widget in question. &amp;nbsp;The workaround is to do mouseMove(), &amp;nbsp;
&lt;br&gt;mouseDown(), and mouseUp().
&lt;br&gt;&lt;br&gt;Something we may characterize as 'full click'
&lt;br&gt;&lt;br&gt;Could we have fullClick as a JS function (and obviously in all the &amp;nbsp;
&lt;br&gt;drivers).
&lt;br&gt;&lt;br&gt;- Paul
&lt;br&gt;&lt;br&gt;PS - I'm pairing with Alex Chaffee and feel a greater affinity to &amp;nbsp;
&lt;br&gt;'analClick' as a function name.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16281311&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16281311&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GWT-clicking-...-tp16281311p16281311.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16274227</id>
	<title>Progress towards Selenium 2.0</title>
	<published>2008-03-25T03:55:21Z</published>
	<updated>2008-03-25T03:55:21Z</updated>
	<author>
		<name>R-24</name>
	</author>
	<content type="html">This seems like the proper place to have this discussion :)
&lt;br&gt;&lt;br&gt;What are the steps that we'll need to do to roll WebDriver into the Selenium codebase? Right now, there seem to be a few practical and logistical things that need doing (in no particular order):
&lt;br&gt;&lt;br&gt;* Change the package name. What should this be? &amp;quot;org.openqa.selenium&amp;quot;? &amp;quot;org.openqa.selenium.webdriver&amp;quot;?
&lt;br&gt;* Decide where to host the code, wiki and forums. The obvious answer is here on OpenQA, but I do enjoy the lightweight environment of Google Code, particularly the wiki and the issue tracking
&lt;br&gt;* Complete the WebDriver-backed Selenium implementation. This implies fixing at least three things in webdriver: handling alerts, allowing timeouts and providing a mechanism to inject javascript into a page
&lt;br&gt;* Create a Selenium-backed WebDriver implementation. This may need some work on Selenium Core
&lt;br&gt;* Create WebDriver bindings for ruby, python and .net (at least) Those are the ones I can manage (in that I know the language) but other bindings would be nice too
&lt;br&gt;* Roll some of the webdriver features into the existing selenium rc. Suggestions include the new Firefox profile management &amp;quot;stuff&amp;quot; and the firefox socket listener
&lt;br&gt;&lt;br&gt;As we discuss this, I propose continuing development on google code, but to do the package rename ASAP (since that's the most disruptive thing for users)
&lt;br&gt;&lt;br&gt;Is there anything else that people think should be done? And is anyone interested in helping? :)
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=13064&amp;messageID=41320#41320&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=13064&amp;messageID=41320#41320&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274227&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274227&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Progress-towards-Selenium-2.0-tp16274227p16274227.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16274053</id>
	<title>&quot;Borrowing&quot; the Wait class</title>
	<published>2008-03-25T03:44:44Z</published>
	<updated>2008-03-25T03:44:44Z</updated>
	<author>
		<name>R-24</name>
	</author>
	<content type="html">Just a quick question: one of the increasingly common requests about webdriver is for an implementation of something like the &amp;quot;Wait&amp;quot; class from Selenium RC (that is, the ability to wait until a certain condition has been met). Would there be any objection to my including that class in the webdriver &amp;quot;support&amp;quot; jar?
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=13063&amp;messageID=41319#41319&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=13063&amp;messageID=41319#41319&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274053&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22Borrowing%22-the-Wait-class-tp16274053p16274053.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16274011</id>
	<title>Re: Dev Update of Simon Stewart</title>
	<published>2008-03-25T03:42:06Z</published>
	<updated>2008-03-25T03:42:06Z</updated>
	<author>
		<name>R-24</name>
	</author>
	<content type="html">Last week:
&lt;br&gt;&lt;br&gt;* More tweaking of the profile stuff in the Firefox driver
&lt;br&gt;* Updated webdriver wiki, adding an short architectural overview
&lt;br&gt;* A small amount of work tidying the HtmlUnitDriver
&lt;br&gt;&lt;br&gt;This week:
&lt;br&gt;&lt;br&gt;* Roll in changes from Michael Tamm to do with finding elements by name
&lt;br&gt;* Work on handling alerts in the firefox driver
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=12751&amp;messageID=41318#41318&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=12751&amp;messageID=41318#41318&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16274011&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dev-Update-of-Simon-Stewart-tp15829430p16274011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16258108</id>
	<title>tests we run in the build: some currently commented out; could we enable them?</title>
	<published>2008-03-24T11:36:04Z</published>
	<updated>2008-03-24T11:36:04Z</updated>
	<author>
		<name>Nelson Sproul</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Here&amp;#8217;s what we have now:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;clients/java/pom.xml:63:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
**/ClientUnitTestSuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;clients/java/target/selenium-server/META-INF/maven/org.openqa.selenium.server/selenium-server-coreless/pom.xml:66:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
**/UnitTestSuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;server-coreless/pom.xml:66:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
**/UnitTestSuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Other test suites are referred to but commented out:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;clients/java/target/selenium-server/META-INF/maven/org.openqa.selenium.server/selenium-server-coreless/pom.xml:67:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
commented out: **/ServerTestSuite.java--&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;clients/java/pom.xml:65:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
commented out: **/ClientDriverSuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;clients/java/pom.xml:66:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;commented out: **/ClientDriverPISuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;server-coreless/pom.xml:67:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
commented out: **/ServerTestSuite.java&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;In none of these latter cases is it explained why the suite
is commented out.&amp;nbsp; Let&amp;#8217;s make it a convention to note in the comment
what our motivation is (e.g., &amp;#8220;this test is unreliable on Mac and Linux&amp;#8221;).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I&amp;#8217;d like to enable every test that is reliable, and
for the others, either fix them or file bugs to note that they are broken and
represent work that should be done.&amp;nbsp; At that point, the comments in the
code would be updated to refer to these JIRA bugs.&amp;nbsp; Sound reasonable?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;On my system:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;span style='mso-list:Ignore'&gt;1.&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;ServerTestSuite
works&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;span style='mso-list:Ignore'&gt;2.&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;ClientDriverSuite
is broken (due to across-the-board failures in the RealDealIntegration test)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;span style='mso-list:Ignore'&gt;3.&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;ClientDriverPISuite
is broken (due to TestType failing)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Does anyone know of other problems (e.g., failures which
only show on other platforms)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;And before I change anything in the
pom&amp;#8217;s, I need to get on the list of individuals who are alerted when the
build fails.&amp;nbsp; Can someone please educate me as to how I can accomplish
this?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Thank you!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;n&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br&gt;
Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tests-we-run-in-the-build%3A-some-currently-commented-out--could-we-enable-them--tp16258108p16258108.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16254801</id>
	<title>Progress report</title>
	<published>2008-03-24T08:47:36Z</published>
	<updated>2008-03-24T08:47:36Z</updated>
	<author>
		<name>Paul Hammant-3</name>
	</author>
	<content type="html">Since I last emailed on progess, I've done a little website work and a &amp;nbsp;
&lt;br&gt;small amount of mail-list work. &amp;nbsp;I've been busy but hope to make more &amp;nbsp;
&lt;br&gt;time this week.
&lt;br&gt;&lt;br&gt;What I need from others :
&lt;br&gt;&lt;br&gt;1) ideas for the google summer of code
&lt;br&gt;2) an understanding of why we took down the Selenium-Core that used to &amp;nbsp;
&lt;br&gt;be on the demos page.
&lt;br&gt;&lt;br&gt;Otherwise, great work all! :-)
&lt;br&gt;&lt;br&gt;- Paul
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16254801&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16254801&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Progress-report-tp16254801p16254801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16232100</id>
	<title>selenium coverage report?</title>
	<published>2008-03-23T00:05:53Z</published>
	<updated>2008-03-23T00:05:53Z</updated>
	<author>
		<name>Nelson Sproul</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Do we have coverage reports anywhere?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I just closed a bug as unreproducible after adding a bunch
of test cases which I &lt;i&gt;&lt;span style='font-style:italic'&gt;think&lt;/span&gt;&lt;/i&gt; give
us 100% coverage of the code that was being questioned, but I&amp;#8217;d love to
see a coverage report that would confirm that I didn&amp;#8217;t miss anything.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Nelson&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br&gt;
Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/selenium-coverage-report--tp16232100p16232100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16183262</id>
	<title>Dev Updates for Jennifer Bevan</title>
	<published>2008-03-20T09:46:54Z</published>
	<updated>2008-03-20T09:46:54Z</updated>
	<author>
		<name>R-24</name>
	</author>
	<content type="html">2008/03/20:
&lt;br&gt;&amp;nbsp; Last week I didn't do any work on SRC. Internal users are requesting that various features be added, by and large still on the topics outlined in the doc I shared with y'all during the developer days. &amp;nbsp;Yes, we're encouraging them to register here and start voting for issues.
&lt;br&gt;&amp;nbsp; This next week and next I also won't get any SRC done; 'regular' job work this week and spring break (read: kids not in school) next week. &amp;nbsp;Hopefully April will show more contributions.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.openqa.org/thread.jspa?threadID=13014&amp;messageID=41185#41185&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.openqa.org/thread.jspa?threadID=13014&amp;messageID=41185#41185&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16183262&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16183262&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selenium-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dev-Updates-for-Jennifer-Bevan-tp16183262p16183262.html" />
</entry>

</feed>
