AW: [Selenium-devel] Selenium commands are each fired multiple times

2005-12-13 Thread Ralf Kintrup
Hi Darren, thanks for debugging this issue! I applied the changes and had my tests run. It works. No multiple executions of the same command anymore. Please do commit the changes to CVS if you haven't done so already. Again, thanks for reacting on my posting. Greetings, Ralf -Ursprünglich

Re: [Selenium-devel] Question about the selectFrame Patch

2005-12-13 Thread JamesWang
Hi philip, I have fixed that problem and upload the new version onto http://wiki.openqa.org/display/SEL/selectFrame. BTW,the function 'list Frames' and 'View DOM Of Frame' also have been fixed.You can use them in FireFox. Good luck! James > - Original Message - > From: "Philip Reetz" <[EM

RE: [Selenium-devel] selectWindow

2005-12-13 Thread Tolou Taherinia
Hi Guillaume,   Do you have a sample code of where the selectWindow is using the parameter passed from window.open() as the name of the pop up window?   thanks a lot  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume BoudreauSent: Tuesday, December 13, 2005 1:48 PM

RE: [Selenium-devel] Selenium built in function source codes

2005-12-13 Thread Guillaume Boudreau
selenium-api.js contains: Selenium.prototype.doClick = function(locator) { ...   xxxAndWait is a special case where the command xxx is executed, followed by a wait for a page load to complete. (see selenium-commandhandlers.js, near line 65: // Register actionName + "AndWait" with the wait fla

RE: [Selenium-devel] selectWindow

2005-12-13 Thread Guillaume Boudreau
You can try to save the return value of window.open() and use that as the parameter for selectWindow.   - Guillaume Boudreau From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tolou TaheriniaSent: December 13, 2005 12:30 PMTo: selenium-devel@lists.public.thoughtworks.orgSubjec

[Selenium-devel] selectWindow

2005-12-13 Thread Tolou Taherinia
Hi all,   I am writing a test case for a pop up window for which the name randomly changes...is there any other selenium function which provides the same functionality as selectWindow but without using the name of the pop-up window. If not, how can this be dealt with   Thank you in adv

[Selenium-devel] Selenium built in function source codes

2005-12-13 Thread Tolou Taherinia
Hi all,   where can I find the source code for each of the selenium built in function such as clickAndWait?   Thank you in advance   ___ Selenium-devel mailing list Selenium-devel@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/m

Re: [Selenium-devel] Question about the selectFrame Patch

2005-12-13 Thread Philip Reetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi James, thanks for your efforts. I will wait patiently I hope that you can find the cause of this odd behaviour. Thanks again. Ciao, Philip - -- LINET Services GbR Gotenweg 15 Tel.: 0531-280 191 71 38106 Braunschweig

Re: [Selenium-devel] Question about the selectFrame Patch

2005-12-13 Thread JamesWang
Title: Test Suite Hi philip, I have tested your site through twisted server. I think your browser is firefox.what you  said is true in firefox not in IE. But there is another problem in IE. In IE,Sometime the testscript ran successfully but most time selenium was displayed incorrectly and sto