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:
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
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
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
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