[Selenium-devel] Re: selectFrame patch

2005-12-14 Thread JamesWang
Hi jason! I am glad to help you. In fact,I think my selectFrame patch sucks in code way but it works. I am always planning to write something about my modification to the core of selenium and want somebody can refactor it.But I don't have enough time. Below is my simple intro of selectFrame patch:

[Selenium-devel] connected with svn server by 500 server error

2005-12-14 Thread JamesWang
Hi everybody, I used TortoiseSVN to connect http://svn.openqa.org/svn/selenium/trunk/ and got the below error message. >http://svn.openqa.org/svn/selenium/trunk/Error * PROPFIND request failed on '/svn/selenium/trunk' PROPFIND of '/svn/selenium/trunk': 500 Server Error (http://svn.openqa.org) Any

[Selenium-devel] DavidK Driven mode refactoring?

2005-12-14 Thread Dan Fabulich
Back in October, in the e-mail "Grand plans (0.7 and beyond)", Mike Williams wrote: I really don't know much about the driven stuff, but I need to find out. With people asking for things like conditionals and (*gasp*) "goto" in the TestRunner, it's become obvious to me that we need to conce

[Selenium-devel] Selenium-0.6.0

2005-12-14 Thread User100 _D
i'm working with Selenium 0.6, and I get and error while loading a page.   Line:571 Char:5 Error: 'to.document.getElementById() Code:0 URL: https://mywebsite/configure.jsp? see attachment. Thanks All suggestions are Welcome.     Thanks   <> ___ Selenium

RE: [Selenium-devel] selectWindow

2005-12-14 Thread Guillaume Boudreau
Example _javascript_: function OpenPopup() {    MyWinID = window.open("/documentations/some.pdf", "SomeNameHere", "width=600, height=400, menubar=yes, status=yes, scrollbars=no, toolbar=yes, location=no, resizable=no");} Selenium Test: | selectWindow | MyWinID | || close | | | - Guillaume