[Selenium-devel] Stricter type and select

2005-10-25 Thread Matt Bates
We've had a need to check that we're not editing disabled fields or writing too much text into a text field so I've patched doType and doSelect as below. Haven't really explored browser compatibility issues (we're developing for IE) or completeness with regards to other commands. But hopefully

[Selenium-devel] An issue with regexp

2005-10-25 Thread Edin Terzo
Hello, this is an issue I've come across while trying to use the regexp option for the selenium recorder. In my simple test suite, I attempt to use verifyText to locate a certain expression. The format is as following: |verifyText|document.documentElement|regexp:/SomeSubString/| The erro

[Selenium-devel] Re: [Selenium-users] Using selenium for Frames based website

2005-10-25 Thread Jason R Huggins
This started on the user's list, but I'm cc'ing this to the developer's list... If folks want to talk about user workarounds for supporting frames in Selenium... replies should go to Users' list. If folks want to talk about developer implementation of supporting frames in Selenium... replies sh

[Selenium-devel] selectWindow And frames

2005-10-25 Thread JamesWang
Today I tested a web app of which the first page contained three frames. _ | topFrame | |_| | | | mainFrame | |_| |bottomFrame | |_| There is a link to popup in the mainFrame and I wrote the test scripts of below. |open|ht